Skip to content

Commit 9806012

Browse files
committedAug 17, 2018
Update README.
1 parent a02d5f6 commit 9806012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the data.
3737
* `B` [Queue](src/data-structures/queue)
3838
* `B` [Stack](src/data-structures/stack)
3939
* `B` [Hash Table](src/data-structures/hash-table)
40-
* `B` [Heap](src/data-structures/heap)
40+
* `B` [Heap](src/data-structures/heap) - max and min heap versions
4141
* `B` [Priority Queue](src/data-structures/priority-queue)
4242
* `A` [Trie](src/data-structures/trie)
4343
* `A` [Tree](src/data-structures/tree)

0 commit comments

Comments
 (0)
Please sign in to comment.