another-js-collections

Another base collections library.


Keywords
collections, linked, list, queue
License
ISC
Install
npm install another-js-collections@0.2.0

Documentation

JS Collections

Another base collections library.

This library contains the following collections:

  1. LinkedList
  2. Queue (based on LinkedList)

You can see collection examples in tests.

Installing

npm install --save another-js-collections