1.1.1 • Published 8 years ago
dstructures v1.1.1

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 dstructuresDevelopment
To install all development dependencies
$ npm installTo run tests
$ npm run testor if you want to run tests on every change at /test and /src folder
$ gulp watch-testCredits
- Logo design
- Wikipedia for the all class descriptions.