1.1.1 • Published 6 years ago

dstructures v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

npm.io

Build Status license GitHub package version Coverage Status

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

Here is the documentation.

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

License

MIT

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago