aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-07-13 21:57:09 -0700
committerChristian Cunningham <cc@localhost>2024-07-13 21:57:09 -0700
commit0a4608eb004ebe720068cc538158bda3156948f2 (patch)
treeec0ec20e8f63eee4ebc0bf918d58797ea70f3eeb /README.md
parentf77b1d7a4500b3600bf802ce9f572fb58f813c50 (diff)
Initial Roadmap
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b4b8f50
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Roadmap
+## Datastructures
+### (Resizable) Arrays
+### Linked Lists
+### Binary Trees
+### Graphs
+### Result Monad?
+### Reader/ Writer Monads?
+### Other Monads?
+## Input
+### Better File Handling
+### Parse Integer Strings
+### Parse Floating Point Strings
+### Parse Floating Points to Strings
+## Output
+### Print no newline
+### Print digits no newline