"RAM Run" - Day 18 - #AdventOfCode 2024 in #Golang https://adventofcode.com/2024/day/18
"Oh no another grid" ... wait a sec ... *copy pasta grid utils and dijkstra implementation, solves both parts at first try*
hmmm now that was acceptable
Time for helpers module😁
https://github.com/Kristina-Pianykh/advent-of-code2024/blob/main/18/ram.go
"Oh no another grid" ... wait a sec ... *copy pasta grid utils and dijkstra implementation, solves both parts at first try*
hmmm now that was acceptable
Time for helpers module😁
https://github.com/Kristina-Pianykh/advent-of-code2024/blob/main/18/ram.go
Comments