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 47b7fe3 commit 5467a9fCopy full SHA for 5467a9f
src/data-structures/binary-heap/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@humanwhocodes/binary-heap",
3
- "version": "2.0.0",
4
- "description": "A doubly linked list implementation in JavaScript",
+ "version": "2.0.1",
+ "description": "A binary heap implementation in JavaScript",
5
"main": "binary-heap.js",
6
"scripts": {
7
"test": "npx mocha ../../../tests/data-structures/binary-heap/binary-heap.js"
0 commit comments