summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-09-19 15:33:11 +0100
committerPaul Buetow <pbuetow@mimecast.com>2020-09-19 15:33:11 +0100
commit34ea4f1154177decfeb7da34827a76113cfbcabc (patch)
tree0dc324da55b67444af090efd95a9850af541edeb /README.md
parenta49c86ec981becac036f590362933f183f5d1234 (diff)
priority queue heap works
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index eb5712e..913abba 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,9 @@ For unit tests run:
For running benchmars run:
``make bench``
+
+# TODO:
+
+* HeapSort
+* ElementarySet (linked list)
+* Set with sorted linked list + Bianry Search