-
Notifications
You must be signed in to change notification settings - Fork 13
Milestones and todos
Emil Soman edited this page Nov 1, 2020
·
2 revisions
Write simple programs that deal with stdin/out. Our exercise would be to implement the following algorithms from the "Introduction to Algorithms" (a.k.a CLRS) book:
- Bubble sort
- Quick sort
- Binary search tree
- Red Black tree
- Dijkstra's shortest path
TODO:
- Custom types
- Lambdas
- case with pattern matching (Elm like)
- Side effects (stdin/out)
- Standard library modules for List and Map
- Allow recursion (and mutual recursion) in functions and types
- Anything else needed for our exercise
- Managing projects (dependencies and compilation)
- Processes and OTP
- Build CRUD API endpoints
- Modern observability and debugging tools
- Feature flags and live deployments
- IDE integrations