Skip to content

Commit a035b8a

Browse files
committed
add props to @adamhooper
1 parent 6371c35 commit a035b8a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
The smallest and simplest binary heap priority queue implementation in JavaScript.
1+
## tinyqueue
2+
3+
The smallest and simplest binary heap priority queue in JavaScript.
24

35
```js
46
// create an empty priority queue
@@ -43,3 +45,6 @@ Make a browser build using Browserify:
4345
$ npm install -g browserify
4446
$ browserify index.js -s TinyQueue > tinyqueue.js
4547
```
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

Comments
 (0)