Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
List of algorithms
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Routing for graphs==== * [[Edmonds' algorithm]] (also known as Chu–Liu/Edmonds' algorithm): find maximum or minimum branchings * [[Euclidean minimum spanning tree]]: algorithms for computing the minimum spanning tree of a set of points in the plane * [[Longest path problem]]: find a simple path of maximum length in a given graph * [[Minimum spanning tree]] ** [[Borůvka's algorithm]] ** [[Kruskal's algorithm]] ** [[Prim's algorithm]] ** [[Reverse-delete algorithm]] * [[Nonblocking minimal spanning switch]] say, for a [[telephone exchange]] * [[Vehicle routing problem]] ** Clarke and Wright Saving algorithm * [[Shortest path problem]] ** [[Bellman–Ford algorithm]]: computes [[shortest path problem|shortest paths]] in a weighted graph (where some of the edge weights may be negative) ** [[Dijkstra's algorithm]]: computes [[shortest path problem|shortest paths]] in a graph with non-negative edge weights ** [[Floyd–Warshall algorithm]]: solves the [[shortest path problem#All-pairs shortest paths|all pairs shortest path]] problem in a weighted, directed graph ** [[Johnson's algorithm]]: all pairs shortest path algorithm in sparse weighted directed graph <!-- ** [[Perturbation methods]]: an algorithm that computes a locally [[shortest path problem|shortest paths]] in a graph --> * [[Transitive closure]] problem: find the [[transitive closure]] of a given binary relation * [[Traveling salesman problem]] ** [[Christofides algorithm]] ** [[Nearest neighbour algorithm]] * [[Warnsdorff's rule]]: a heuristic method for solving the [[Knight's tour]] problem
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)