Dijkstra: Shortest Reach 2

  • + 6 comments

    I wish people wouldn't post solutions...

    Also adjacency matrices are the least efficient way to represent graphs...use an adjacency list.