Expand description
Johnson’s algorithm implementation.
Structs§
- Negative
Cycle - An algorithm error: a cycle of negative weights was found in the graph.
Traits§
Functions§
- johnson
- [Generic] Johnson algorithm for all pairs shortest path problem.
Johnson’s algorithm implementation.