Advent of Code
Tech Stack: Python, Algorithms, Data Structures, Parsing, CLI
The Project
I’m tackling Advent of Code 25 daily programming puzzles in December. My focus is clean parsing, correctness first, then performance. Solutions and notes live in the repo.
Themes I worked on:
Themes I worked on:
- Grids, paths (BFS/DFS, Dijkstra).
- String/token parsing and state machines.
- Intervals, ranges, and sweep-line tricks.
- Light simulations with caching.
Progress
I completed roughly 1/5 of the calendar, then paused to focus on finding an internship.
Links
- Repo: github.com/kyrilldev/AdventOfCode
- Official site: adventofcode.com
End Goal
Sharpen algorithm skills, keep solutions tidy and reusable.