Hello! This is a record of my 2024 Advent of Code solutions. I've organized each day into a separate folder with the provided .txt inputs and Python scripts written to solve each problem.
Each solution is unrefactored with the time to complete commented at the top (part 2 times include the time taken on part 1). If desired, I will retro-actively add refactored/explained versions of solutions upon individual request.
Happy coding!
- I spend way more time debugging than problem solving. Don't rush implementation.
 - In addition to creating the real input file, also create a sample input file using the problem description's example input. This is easier to debug.
 
After 25 days, I placed first at my company out of 40+ participants!

Fastest part 1 solve: 6:35 (day 11)
Top part 1 placement: 851 (day 6)
Fastest part 2 solve: 1:01 (day 10)
Fastest combined part 1+2 solve: 14:54 (day 10)
Top part 1+2 placement: 1131 (day 23)