10000
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 a02d5f6 commit 9806012Copy full SHA for 9806012
README.md
@@ -37,7 +37,7 @@ the data.
37
* `B` [Queue](src/data-structures/queue)
38
* `B` [Stack](src/data-structures/stack)
39
* `B` [Hash Table](src/data-structures/hash-table)
40
-* `B` [Heap](src/data-structures/heap)
+* `B` [Heap](src/data-structures/heap) - max and min heap versions
41
* `B` [Priority Queue](src/data-structures/priority-queue)
42
* `A` [Trie](src/data-structures/trie)
43
* `A` [Tree](src/data-structures/tree)
0 commit comments