Content deleted Content added
m fixed links to minimum spanning tree |
|||
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]]: finds a [[
** [[Prim's algorithm]]: finds a [[
** [[Ford-Fulkerson algorithm]]: computes the [[maximum flow problem|maximum flow]] in a graph
* Other:
|