mirror of
https://github.com/peter-tanner/advent-of-code-2022.git
synced 2024-11-30 14:20:22 +08:00
rust 🤓🤓🤓🤓 and python when i feel lazy
Peter
4d9b65585f
had a lot of issues with this one. I understood i needed dijkstra's from the start because the second part would probably increase the complexity, but I did not read the question enough and did not realize that we could go down by any amount, only increases in elevation were limited. This resulted in a lot of time being wasted on debug code to print the grid. |
||
---|---|---|
day_1 | ||
day_2 | ||
day_3 | ||
day_4 | ||
day_5 | ||
day_6 | ||
day_7 | ||
day_8 | ||
day_9 | ||
day_10 | ||
day_11 | ||
day_12 | ||
day_13 | ||
day_14 | ||
day_15 | ||
day_16 | ||
day_17 | ||
day_18 | ||
day_19 | ||
day_20 | ||
day_21 | ||
day_22 | ||
day_23 | ||
day_24 | ||
day_25 | ||
.gitignore |