Advent of Code

Advent of Code — coding setup

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:
  1. Grids, paths (BFS/DFS, Dijkstra).
  2. String/token parsing and state machines.
  3. Intervals, ranges, and sweep-line tricks.
  4. Light simulations with caching.

Progress

I completed roughly 1/5 of the calendar, then paused to focus on finding an internship.

Links

End Goal

Sharpen algorithm skills, keep solutions tidy and reusable.