singly-linked-list-typed
v1.53.6
Published
Singly Linked List. Javascript & Typescript Data Structure.
Downloads
2,492
Maintainers
Readme
What
Brief
This is a standalone Singly Linked List data structure from the data-structure-typed collection. If you wish to access more data structures or advanced features, you can transition to directly installing the complete data-structure-typed package
How
install
npm
npm i singly-linked-list-typed --save
yarn
yarn add singly-linked-list-typed
snippet
API docs & Examples
Examples Repository