From 0a4608eb004ebe720068cc538158bda3156948f2 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 13 Jul 2024 21:57:09 -0700 Subject: Initial Roadmap --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.1