Update README.

This commit is contained in:
Oleksii Trekhleb 2018-08-17 10:24:20 +03:00
parent a02d5f625d
commit 980601295d

View File

@ -37,7 +37,7 @@ the data.
* `B` [Queue](src/data-structures/queue) * `B` [Queue](src/data-structures/queue)
* `B` [Stack](src/data-structures/stack) * `B` [Stack](src/data-structures/stack)
* `B` [Hash Table](src/data-structures/hash-table) * `B` [Hash Table](src/data-structures/hash-table)
* `B` [Heap](src/data-structures/heap) * `B` [Heap](src/data-structures/heap) - max and min heap versions
* `B` [Priority Queue](src/data-structures/priority-queue) * `B` [Priority Queue](src/data-structures/priority-queue)
* `A` [Trie](src/data-structures/trie) * `A` [Trie](src/data-structures/trie)
* `A` [Tree](src/data-structures/tree) * `A` [Tree](src/data-structures/tree)