List of algorithms: Difference between revisions

Content deleted Content added
LC~enwiki (talk | contribs)
More common term: "shortest spanning tree" -> "minimal spanning tree"
LC~enwiki (talk | contribs)
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]]: computes the [[minimalminimum spanning tree problem|minimalminimum spanning tree]] in a graph
** [[Ford-Fulkerson algorithm]]: computes the [[maximum flow problem|maximum flow]] in a graph
* Other: