README
About
Collection of data structures.
- Binary Search Tree
- Dictionary
- Doubly Linked List
- Linked List
- Max Heap
- Min Heap
- Priority Queue Max
- Priority Queue Min
- Queue
- Set
- Stack
Installation
This is Node.js module available through npm.
First get yourself Node.js, and then
$ npm install dstructures
Development
To install all development dependencies
$ npm install
To run tests
$ npm run test
or if you want to run tests on every change at /test and /src folder
$ gulp watch-test
Credits
- Logo design
- Wikipedia for the all class descriptions.