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,764 words) - 14:36, 26 April 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,645 words) - 17:43, 15 April 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) - 16:16, 14 March 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) - 19:58, 12 October 2024
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
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
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
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
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,787 words) - 15:02, 13 April 2025
the shortest path problem is a successive approximation scheme that solves the dynamic programming functional equation for the shortest path problem by...
61 KB (9,283 words) - 15:15, 30 April 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...
17 KB (3,034 words) - 00:53, 23 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...
35 KB (4,391 words) - 03:09, 29 December 2024
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) - 00:07, 27 March 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,621 words) - 04:38, 23 April 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,071 words) - 07:24, 15 January 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
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,906 words) - 05:34, 12 April 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,140 words) - 08:50, 9 April 2025
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
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
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) - 10:35, 12 September 2024
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
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
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,171 words) - 17:22, 29 April 2025
in the min convention. This operation is closely related to the shortest path problem. If W {\displaystyle W} is an n × n {\displaystyle n\times n} matrix...
1 KB (228 words) - 07:40, 18 November 2024
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...
7 KB (883 words) - 13:00, 10 February 2025
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,256 words) - 10:03, 13 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
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
science and graph theory, the Canadian traveller problem (CTP) is a generalization of the shortest path problem to graphs that are partially observable. In...
11 KB (1,891 words) - 09:36, 4 October 2024