From 980601295dfc1311cd65fcf1c0e70f784d7cf586 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 17 Aug 2018 10:24:20 +0300 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5ad9b2..968a5160 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ the data. * `B` [Queue](src/data-structures/queue) * `B` [Stack](src/data-structures/stack) * `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) * `A` [Trie](src/data-structures/trie) * `A` [Tree](src/data-structures/tree)