graph-v2
graph-v2 copied to clipboard
Dijkstra Shortest Path
Implementation added, added to P1709, & reviewed in SG19. Open questions/issues
- pass BFS in instead of Queue? (Andrew); Kevin is thinking about it
- add example to P1709
While I've added an implementation for dijkstra shortest paths and shortest distances, Andrew has expanded the shortest paths algorithms in P1709. This is continuing.