Worked solutions for the advent calendar of programming puzzles. View this as a webpage: mimmackk.github.io/adventofcode
For more information about the Advent of Code, visit their website.
Concepts include:
- Text parsing (including regex)
- Graph traversal
- Pathfinding
- Breadth-first and depth-first search
- Memoization
- Optimization
- Bitwise arithmetic
- Modular arithmetic