In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights...
46 KB (4,790 words) - 20:24, 16 June 2025
Dijkstra's algorithm (redirect from Dijkstra's shortest path)
algorithm (/ˈdaɪkstrəz/ DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent, for example...
45 KB (5,638 words) - 03:05, 11 June 2025
computer science, the longest path problem is the problem of finding a simple path of maximum length in a given graph. A path is called simple if it does...
22 KB (2,662 words) - 06:47, 12 May 2025
Pathfinding (redirect from Path finding)
Dijkstra's algorithm for finding the shortest path on a weighted graph. Pathfinding is closely related to the shortest path problem, within graph theory, which...
15 KB (1,994 words) - 07:54, 19 April 2025
edge in the path. The widest path problem is also known as the maximum capacity path problem. It is possible to adapt most shortest path algorithms to...
24 KB (3,017 words) - 06:47, 12 May 2025
the shortest path problem is a successive approximation scheme that solves the dynamic programming functional equation for the shortest path problem by...
59 KB (9,166 words) - 15:39, 12 June 2025
k shortest path routing problem is a generalization of the shortest path routing problem in a given network. It asks not only about a shortest path but...
13 KB (1,245 words) - 14:50, 25 October 2024
The Euclidean shortest path problem is a problem in computational geometry: given a set of polyhedral obstacles in a Euclidean space, and two points, find...
7 KB (681 words) - 06:30, 11 March 2024
computer science, a shortest-path tree rooted at a vertex v of a connected, undirected graph G is a spanning tree T of G, such that the path distance from root...
4 KB (457 words) - 07:02, 10 January 2025
combinatorial optimization problems: the (non-negative) shortest path problem and the minimum spanning tree problem. If a Steiner tree problem in graphs contains...
36 KB (4,424 words) - 10:14, 13 June 2025
Open Shortest Path First (OSPF) is a routing protocol for Internet Protocol (IP) networks. It uses a link state routing (LSR) algorithm and falls into...
74 KB (7,171 words) - 22:25, 15 May 2025
Bellman–Ford algorithm (redirect from Shortest path faster algorithm)
The Bellman–Ford algorithm is an algorithm that computes shortest paths from a single source vertex to all of the other vertices in a weighted digraph...
22 KB (2,854 words) - 11:38, 24 May 2025
vertex-disjoint paths of length at most k. Glossary of graph theory Path graph Polygonal chain Shortest path problem Longest path problem Dijkstra's algorithm...
10 KB (1,175 words) - 02:08, 11 February 2025
A central problem in algorithmic graph theory is the shortest path problem. Hereby, the problem of finding the shortest path between every pair of nodes...
18 KB (3,058 words) - 00:08, 17 June 2025
Floyd–Warshall algorithm (redirect from All pairs shortest path algorithm)
Roy–Floyd algorithm, or the WFI algorithm) is an algorithm for finding shortest paths in a directed weighted graph with positive or negative edge weights...
23 KB (3,017 words) - 07:12, 23 May 2025
salesman problem (TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible...
87 KB (11,633 words) - 21:17, 27 May 2025
Multi-agent pathfinding (section Problem Formalization)
multi-agent generalization of the pathfinding problem, and it is closely related to the shortest path problem in the context of graph theory. Several algorithms...
23 KB (3,144 words) - 11:31, 7 June 2025
Seidel's algorithm (category Polynomial-time problems)
Seidel in 1992 for the all-pairs-shortest-path problem for undirected, unweighted, connected graphs. It solves the problem in O ( V ω log V ) {\displaystyle...
5 KB (797 words) - 19:57, 12 October 2024
A central problem in algorithmic graph theory is the shortest path problem. One of the generalizations of the shortest path problem is known as the...
15 KB (2,662 words) - 19:57, 12 October 2024
after the problem is reformulated as an equivalent assignment problem. A later variation of the auction algorithm that solves shortest path problems was introduced...
7 KB (802 words) - 22:04, 14 September 2024
Network science (redirect from Average shortest path length)
flow, shortest path problem, transport problem, transshipment problem, location problem, matching problem, assignment problem, packing problem, routing...
69 KB (9,905 words) - 15:52, 14 June 2025
algorithms take advantage of algorithms developed much earlier for shortest path problems on graphs with nonnegative edge lengths. These algorithms take advantage...
23 KB (3,770 words) - 01:49, 12 May 2025
Visibility graph (section Related problems)
Euclidean shortest path problem may be decomposed into two simpler subproblems: constructing the visibility graph, and applying a shortest path algorithm...
8 KB (937 words) - 21:43, 15 June 2025
Motion planning (redirect from Path planning)
Motion planning, also path planning (also known as the navigation problem or the piano mover's problem) is a computational problem to find a sequence of...
25 KB (3,119 words) - 03:16, 20 November 2024
where he worked from 1952 until 1962. He formulated and solved the shortest path problem in 1956, and in 1960 developed the first compiler for the programming...
47 KB (5,159 words) - 10:09, 13 June 2025
technique is also used in a version of the successive shortest paths algorithm for the minimum cost flow problem due to Edmonds and Karp, as well as in Suurballe's...
8 KB (1,111 words) - 18:17, 18 November 2024
Geodesic (redirect from Geodesic path)
-ˈdiːsɪk, -zɪk/) is a curve representing in some sense the locally shortest path (arc) between two points in a surface, or more generally in a Riemannian...
31 KB (4,261 words) - 10:03, 13 April 2025
Tree Protocol for wireless sensor networks Canadian traveller problem, a shortest path problem Cambridge Technology Partners, US consulting company 1991-2001...
2 KB (241 words) - 15:51, 11 October 2023
of edges in a shortest path (also called a graph geodesic) connecting them. This is also known as the geodesic distance or shortest-path distance. Notice...
7 KB (933 words) - 09:31, 18 April 2025
problems are special cases of the minimum cost flow problem (we provide brief sketches of each applicable reduction, in turn): Shortest path problem (single-source)...
10 KB (1,239 words) - 14:43, 9 March 2025