aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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