We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7aed3 commit e69987aCopy full SHA for e69987a
README.md
@@ -1,5 +1,8 @@
1
# Priority Queue
2
3
+[![Downloads][downloads-badge][downloads]]
4
+[![Size][size-badge][size]]
5
+
6
```
7
npm install @decoy9697/priority-queue
8
@@ -29,3 +32,10 @@ pq.pop(); // undefined
29
32
// .isEmpty() returns a boolean, true given it is empty
30
33
pq.isEmpty(); // true
31
34
35
36
+<!-- Definitions -->
37
38
+[downloads-badge]: https://img.shields.io/npm/dm/@decoy9697/priority-queue.svg
39
+[downloads]: https://www.npmjs.com/package/@decoy9697/priority-queue
40
+[size-badge]: https://img.shields.io/bundlephobia/minzip/@decoy9697/priority-queue.svg
41
+[size]: https://bundlephobia.com/result?p=@decoy9697/priority-queue
0 commit comments