enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Distance (graph theory) - Wikipedia

    en.wikipedia.org/wiki/Distance_(graph_theory)

    The weighted shortest-path distance generalises the geodesic distance to weighted graphs. In this case it is assumed that the weight of an edge represents its length or, for complex networks the cost of the interaction, and the weighted shortest-path distance d W ( u , v ) is the minimum sum of weights across all the paths connecting u and v .

  3. Shortest path problem - Wikipedia

    en.wikipedia.org/wiki/Shortest_path_problem

    Shortest path (A, C, E, D, F) between vertices A and F in the weighted directed graph. 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 of its constituent edges is minimized.

  4. Shortest-path tree - Wikipedia

    en.wikipedia.org/wiki/Shortest-path_tree

    The numbers beside the vertices indicate the distance from the root vertex. In mathematics and 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 v to any other vertex u in T is the shortest path distance from v to u in G.

  5. Dijkstra's algorithm - Wikipedia

    en.wikipedia.org/wiki/Dijkstra's_algorithm

    Dijkstra's algorithm (/ ˈ d aɪ k s t r ə z / DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent, for example, a road network.

  6. Brandes' algorithm - Wikipedia

    en.wikipedia.org/wiki/Brandes'_algorithm

    The breadth-first search starts at , and the shortest distance () of each vertex from is recorded, dividing the graph into discrete layers. Additionally, each vertex v {\displaystyle v} keeps track of the set of vertices which in the preceding layer which point to it, p ( v ) {\displaystyle p(v)} .

  7. Steiner tree problem - Wikipedia

    en.wikipedia.org/wiki/Steiner_tree_problem

    The general graph Steiner tree problem can be approximated by computing the minimum spanning tree of the subgraph of the metric closure of the graph induced by the terminal vertices, as first published in 1981 by Kou et al. [18] The metric closure of a graph G is the complete graph in which each edge is weighted by the shortest path distance ...

  8. Travelling salesman problem - Wikipedia

    en.wikipedia.org/wiki/Travelling_salesman_problem

    In the symmetric TSP, the distance between two cities is the same in each opposite direction, forming an undirected graph. This symmetry halves the number of possible solutions. In the asymmetric TSP, paths may not exist in both directions or the distances might be different, forming a directed graph. Traffic congestion, one-way streets, and ...

  9. Geodetic graph - Wikipedia

    en.wikipedia.org/wiki/Geodetic_graph

    In graph theory, a geodetic graph is an undirected graph such that there exists a unique (unweighted) shortest path between each two vertices.. Geodetic graphs were introduced in 1962 by Øystein Ore, who observed that they generalize a property of trees (in which there exists a unique path between each two vertices regardless of distance), and asked for a characterization of them. [1]