[2024 Day 16] Had to scrap my Dijkstra and implement bfs instead :/
https://discuss.tchncs.de/post/26860423
=> More informations about this toot | More toots from eco_game@discuss.tchncs.de
BFS is Dijkstra with a queue instead of a heap 🤷♂️
=> More informations about this toot | More toots from Sibbo@sopuli.xyz
Dijkstra’s algorithm can fairly simply be modified to work for part 2. In the relaxation step you just need to also handle the case that the distances of two joining paths are equal.
=> More informations about this toot | More toots from Gobbel2000@programming.dev
I did try that at first, but it didn’t really work the way I wanted it to. That’s probably also because our implementation from school was a bit odd.
=> More informations about this toot | More toots from eco_game@discuss.tchncs.de
The main thing I remember about Dijkstra’s algorithm was that at uni when we coded it up in the lab my version had a bug where a certain node was always 0, so I just left the mouse cursor on top of that mode when I demoed it - got full marks 🤓
=> More informations about this toot | More toots from Deebster@programming.dev This content has been proxied by September (3851b).Proxy Information
text/gemini