When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Minimum spanning tree - Wikipedia

    en.wikipedia.org/wiki/Minimum_spanning_tree

    The minimum labeling spanning tree problem is to find a spanning tree with least types of labels if each edge in a graph is associated with a label from a finite label set instead of a weight. [ 26 ] A bottleneck edge is the highest weighted edge in a spanning tree.

  3. List of NP-complete problems - Wikipedia

    en.wikipedia.org/wiki/List_of_NP-complete_problems

    Minimum degree spanning tree; Minimum k-cut; Minimum k-spanning tree; Minor testing (checking whether an input graph contains an input graph as a minor); the same holds with topological minors; Steiner tree, or Minimum spanning tree for a subset of the vertices of a graph. [2] (The minimum spanning tree for an entire graph is solvable in ...

  4. k-minimum spanning tree - Wikipedia

    en.wikipedia.org/wiki/K-minimum_spanning_tree

    When k is a fixed constant, the k-minimum spanning tree problem can be solved in polynomial time by a brute-force search algorithm that tries all k-tuples of vertices. However, for variable k, the k-minimum spanning tree problem has been shown to be NP-hard by a reduction from the Steiner tree problem. [1] [2]

  5. Prim's algorithm - Wikipedia

    en.wikipedia.org/wiki/Prim's_algorithm

    Other well-known algorithms for this problem include Kruskal's algorithm and Borůvka's algorithm. [8] These algorithms find the minimum spanning forest in a possibly disconnected graph; in contrast, the most basic form of Prim's algorithm only finds minimum spanning trees in connected graphs.

  6. Minimum bottleneck spanning tree - Wikipedia

    en.wikipedia.org/wiki/Minimum_bottleneck...

    A spanning tree is a minimum bottleneck spanning tree if the graph does not contain a spanning tree with a smaller bottleneck edge weight. [1] For a directed graph, a similar problem is known as Minimum Bottleneck Spanning Arborescence (MBSA) .

  7. Kruskal's algorithm - Wikipedia

    en.wikipedia.org/wiki/Kruskal's_algorithm

    However since T is a minimum spanning tree then T − f + e has the same weight as T, otherwise we get a contradiction and T would not be a minimum spanning tree. So T − f + e is a minimum spanning tree containing F + e and again P holds. Therefore, by the principle of induction, P holds when F has become a spanning tree, which is only ...

  8. Euclidean minimum spanning tree - Wikipedia

    en.wikipedia.org/.../Euclidean_minimum_spanning_tree

    A Euclidean minimum spanning tree, for a set of points in the Euclidean plane or Euclidean space, is a system of line segments, having only the given points as their endpoints, whose union includes all of the points in a connected set, and which has the minimum possible total length of any such system.

  9. Spanning tree - Wikipedia

    en.wikipedia.org/wiki/Spanning_tree

    Other optimization problems on spanning trees have also been studied, including the maximum spanning tree, the minimum tree that spans at least k vertices, the spanning tree with the fewest edges per vertex, the spanning tree with the largest number of leaves, the spanning tree with the fewest leaves (closely related to the Hamiltonian path ...