Content deleted Content added
No edit summary |
|||
Line 45:
* [[Graph theory|Graph algorithms]]:
** [[Dijkstra's algorithm]]: computes [[shortest path problem|shortest paths]] in a graph with non-negative edge weights
** [[Kruskal's algorithm]]:
** [[Prim's algorithm]]: finds a [[minimum spanning tree problem|minimum spanning tree]] for a graph
** [[Ford-Fulkerson algorithm]]: computes the [[maximum flow problem|maximum flow]] in a graph
* Other:
|