diff options
| author | Christian Cunningham <cc@localhost> | 2024-07-13 21:57:09 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2024-07-13 21:57:09 -0700 |
| commit | 0a4608eb004ebe720068cc538158bda3156948f2 (patch) | |
| tree | ec0ec20e8f63eee4ebc0bf918d58797ea70f3eeb | |
| parent | f77b1d7a4500b3600bf802ce9f572fb58f813c50 (diff) | |
Initial Roadmap
| -rw-r--r-- | README.md | 17 |
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 |
