]> git.mdlowis.com Git - archive/carl.git/commitdiff
Added a TODO file to keep track of pending work
authorMike D. Lowis <mike.lowis@gentex.com>
Wed, 30 Sep 2015 12:46:58 +0000 (08:46 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Wed, 30 Sep 2015 12:46:58 +0000 (08:46 -0400)
TODO.md [new file with mode: 0644]

diff --git a/TODO.md b/TODO.md
new file mode 100644 (file)
index 0000000..a3ad5d1
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,22 @@
+# Unicode
+
+* Finish tests for to\*rune functions
+* Finish C string API functions
+* Finish rune handling functions
+* Finish UTF API functions
+
+# Data Structures
+
+## Binary Search Tree
+* Implement delete function
+* Implement iterator interface
+
+## Doubly Linked List
+* Implement iterator interface
+
+## Missing Data Structures
+* Implement a HAMT
+* Implement a Hashtable
+* Implement a splaytree
+* Implement a red-black tree
+