Algorithm Index - JamesBremner/PathFinder GitHub Wiki
A*
https://en.wikipedia.org/wiki/A*_search_algorithm
Bellman-Ford
https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm
Dijkstra
https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
Edmonds–Karp
https://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm
( NYI Push-Relabel https://cp-algorithms.com/graph/push-relabel.html )
Ford–Fulkerson
See Edmonds–Karp
Prim
https://en.wikipedia.org/wiki/Prim%27s_algorithm
Tarjan
https://en.wikipedia.org/wiki/Biconnected_component