- Solve some AOC in Golang.
- Finish it for once!
- Tie it to algorithms and other resources.
| Day | Part 1 | Part 2 | Comments |
|---|---|---|---|
| Day 1 | ⭐ | ⭐ | Easy! |
| Day 2 | ⭐ | ⭐ | Problems should be composed. |
| Day 3 | ⭐ | ⭐ | Sometimes subproblems sustain state |
| Day 4 | ⭐ | ⭐ | Read your prompts |
| Day 5 | ⭐ | ⭐ | Squinting at indexes |
| Day 6 | ⭐ | ⭐ | EnterPrize GoLang |
| Day 7 | ⭐ | ⭐ | I am a brute |
| Day 8 | ⭐ | ⭐ | EnterPrize to the rescue |
| Day 9 | ⭐ | ⭐ | I Scan, You Scan, We All Scan |
| Day 10 | ⭐ | ⭐ | Beautiful Code |
| Day 11 | ⭐ | ⭐ | Just cache! |
| Day 12 | ⭐ | ⭐ | Complexity is raised |
| Day 13 | ⭐ | ⭐ | MATH!!! |
| Day 14 | ⭐ | ⭐ | Find your measure |
| Day 15 | ⭐ | ⭐ | There's a data structure somewhere |
| Day 16 | ⭐ | ⭐ | Hello old friend (e.g. algorithms) |
| Day 17 | ⭐ | ⭐ | It's a com-poo-ter! |
| Day 18 | ⭐ | ⭐ | Thanks BFS! |
| Day 19 | ⭐ | ⭐ | More caching and recursion |
| Day 20 | ⭐ | ⭐ | I guess I just BFS now |
