aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b4b8f50c3dcb6e74e881ccdf52f5383c407718b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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