Advent of Code 2024

About

This is a collection of my solutions to the 2024 Advent of Code. I'm using Go for this year's solutions. I'm trying to keep the solutions as fast as possible with as little dependencies as possible. I'm also trying to keep the solutions as readable as possible.

GitHub

Features

  • Pretty fast
  • (Kinda) Easy to read
  • Tested
  • All days done

Technologies Used

  • Go
  • pflag for parsing flags
  • bfs & dfs
  • regex