1.0.4 • Published 6 years ago

ss-priority-queue v1.0.4

Weekly downloads
15
License
-
Repository
github
Last release
6 years ago

ss-priority-queue

MIT Licence npm version

Data Structure Serial - Priority Queue

  • written in Typescript
  • fully tested

almost migrated from javascript-algorithms: priority-queue

Installation

Node.js / Browserify

npm install ss-priority-queue --save
var PriorityQueue= require('ss-priority-queue');

Global object

Include the pre-built script.

<script src="./dist/index.umd.min.js"></script>

Build & test

npm run build
npm test

document

npm run doc

then open the generated out/index.html file in your browser.

License

MIT.

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago