dstructures

Collection of data structures

Usage no npm install needed!

<script type="module">
  import dstructures from 'https://cdn.skypack.dev/dstructures';
</script>

README

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