We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6371c35 commit a035b8aCopy full SHA for a035b8a
1 file changed
README.md
@@ -1,4 +1,6 @@
1
-The smallest and simplest binary heap priority queue implementation in JavaScript.
+## tinyqueue
2
+
3
+The smallest and simplest binary heap priority queue in JavaScript.
4
5
```js
6
// create an empty priority queue
@@ -43,3 +45,6 @@ Make a browser build using Browserify:
43
45
$ npm install -g browserify
44
46
$ browserify index.js -s TinyQueue > tinyqueue.js
47
```
48
49
+Inspired by [js-priority-queue](https://github.com/adamhooper/js-priority-queue)
50
+by [Adam Hooper](https://github.com/adamhooper).
0 commit comments