Skip Navigation
4 评论
  • 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 🤓

  • BFS is Dijkstra with a queue instead of a heap 🤷‍♂️