another-js-collections
v0.2.0
Published
Another base collections library.
Readme
JS Collections
Another base collections library.
This library contains the following collections:
- LinkedList
- Queue (based on LinkedList)
You can see collection examples in tests.
Installing
npm install --save another-js-collections
