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)

    A metric space defined over a set of points in terms of distances in a graph defined over the set is called a graph metric. The vertex set (of an undirected graph) and the distance function form a metric space, if and only if the graph is connected. The eccentricity ϵ(v) of a vertex v is the greatest distance between v and any other vertex; in ...

  3. Shortest path problem - Wikipedia

    en.wikipedia.org/wiki/Shortest_path_problem

    The shortest path problem can be defined for graphs whether undirected, directed, or mixed. The definition for undirected graphs states that every edge can be traversed in either direction. Directed graphs require that consecutive vertices be connected by an appropriate directed edge. [2]

  4. 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 ...

  5. 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.

  6. 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.

  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. Path (graph theory) - Wikipedia

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

    The distance between two vertices in a graph is the length of a shortest path between them, if one exists, and otherwise the distance is infinity. The diameter of a connected graph is the largest distance (defined above) between pairs of vertices of the graph.

  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]