• Thumbnail for Shortest path problem
    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...
    42 KB (4,333 words) - 17:47, 10 September 2024
  • Thumbnail for Dijkstra's algorithm
    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...
    46 KB (5,896 words) - 22:40, 27 August 2024
  • 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) - 01:59, 2 January 2024
  • 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) - 17:47, 15 July 2024
  • Thumbnail for Pathfinding
    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...
    14 KB (1,881 words) - 01:48, 1 September 2024
  • Thumbnail for Euclidean shortest path
    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
  • Thumbnail for Widest path problem
    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) - 22:48, 29 July 2024
  • Thumbnail for Path (graph theory)
    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) - 14:41, 12 April 2024
  • Thumbnail for Shortest-path tree
    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 (450 words) - 04:38, 25 September 2023
  • 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) - 17:57, 27 September 2023