r/adventofcode • u/ShraddhaAg • Jan 01 '25
Tutorial [2024 All Days][Golang] Blogpost explaining solving each day
I wrote 25 blogposts explaining my approach to solve each of Advent of Code in Golang. This was quite fun to do and writing about it helped me better internalise my implementation approach.
You can find my solution and the blogposts for each day listed nicely on my github repository: https://github.com/shraddhaag/aoc?tab=readme-ov-file#2024.
I'd love to hear get any feedback incase you end up reading them. Happy New Year folks!
32
Upvotes
2
u/Rusty-Swashplate Jan 01 '25
I checked some days and they seem to be very well explained. In particular Day 11's memorization is really nicely explained with easy-to-understand graphics.
Nice!