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:
- String/token parsing and state machines.
- Intervals, ranges, and sweep-line tricks.
- Grid / matrix traversal & neighbor access
- Recursion / backtracking / depth-first search
- Sorting / ordering / prioritization / priority queues
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.