• Thumbnail for Minimum spanning tree
    A minimum spanning tree (MST) or minimum weight spanning tree is a subset of the edges of a connected, edge-weighted undirected graph that connects all...
    44 KB (5,460 words) - 22:50, 27 April 2025
  • Thumbnail for Random minimum spanning tree
    In mathematics, a random minimum spanning tree may be formed by assigning independent random weights from some distribution to the edges of an undirected...
    5 KB (478 words) - 19:48, 20 January 2025
  • Thumbnail for Euclidean minimum spanning tree
    A Euclidean minimum spanning tree of a finite set of points in the Euclidean plane or higher-dimensional Euclidean space connects the points by a system...
    55 KB (6,676 words) - 19:53, 5 February 2025
  • Thumbnail for Rectilinear minimum spanning tree
    rectilinear minimum spanning tree (RMST) of a set of n points in the plane (or more generally, in R d {\displaystyle \mathbb {R} ^{d}} ) is a minimum spanning tree...
    3 KB (332 words) - 00:48, 17 April 2024
  • Thumbnail for Spanning tree
    graph may have several spanning trees, but a graph that is not connected will not contain a spanning tree (see about spanning forests below). If all of...
    26 KB (3,280 words) - 19:26, 11 April 2025
  • k-minimum spanning tree Kinetic minimum spanning tree Random minimum spanning tree Rectilinear minimum spanning tree Degree-constrained spanning tree Maximum...
    856 bytes (143 words) - 05:17, 20 December 2023
  • Capacitated minimum spanning tree is a minimal cost spanning tree of a graph that has a designated root node r {\displaystyle r} and satisfies the capacity...
    8 KB (1,276 words) - 16:40, 21 January 2025
  • random tree is a tree or arborescence that is formed by a stochastic process. Types of random trees include: Uniform spanning tree, a spanning tree of...
    2 KB (263 words) - 21:33, 18 February 2024
  • A kinetic minimum spanning tree is a kinetic data structure that maintains the minimum spanning tree (MST) of a graph whose edge weights are changing as...
    3 KB (331 words) - 06:43, 29 April 2024
  • Thumbnail for Random graph
    of tree components of order k is asymptotically Poisson. Types of random trees include uniform spanning tree, random minimum spanning tree, random binary...
    15 KB (2,328 words) - 11:46, 21 March 2025
  • Thumbnail for Borůvka's algorithm
    Borůvka's algorithm (category Spanning tree)
    algorithm is a greedy algorithm for finding a minimum spanning tree in a graph, or a minimum spanning forest in the case of a graph that is not connected...
    11 KB (1,176 words) - 14:54, 27 March 2025
  • In graph theory a minimum spanning tree (MST) T {\displaystyle T} of a graph G = ( V , E ) {\displaystyle G=(V,E)} with | V | = n {\displaystyle |V|=n}...
    19 KB (3,068 words) - 00:04, 31 July 2023
  • Thumbnail for Steiner tree problem
    tree problem in graphs is equivalent to the minimum spanning tree. However, while both the non-negative shortest path and the minimum spanning tree problem...
    35 KB (4,391 words) - 03:09, 29 December 2024
  • quantum electrodynamics. It also arises in the analysis of random minimum spanning trees and in conjunction with the gamma function when solving certain...
    24 KB (3,021 words) - 19:08, 9 March 2025
  • Expected linear time MST algorithm (category Spanning tree)
    The expected linear time MST algorithm is a randomized algorithm for computing the minimum spanning forest of a weighted graph with no isolated vertices...
    14 KB (2,025 words) - 00:12, 29 July 2024
  • Thumbnail for Discrete uniform distribution
    simply, a random permutation is a permutation generated uniformly randomly from the permutations of a given set and a uniform spanning tree of a graph...
    7 KB (772 words) - 23:27, 31 March 2025
  • Thumbnail for Prim's algorithm
    Prim's algorithm (category Spanning tree)
    algorithm that finds a minimum spanning tree for a weighted undirected graph. This means it finds a subset of the edges that forms a tree that includes every...
    18 KB (2,155 words) - 16:22, 29 April 2025
  • Thumbnail for Kruskal's algorithm
    Kruskal's algorithm (category Spanning tree)
    algorithm finds a minimum spanning forest of an undirected edge-weighted graph. If the graph is connected, it finds a minimum spanning tree. It is a greedy...
    16 KB (1,828 words) - 11:07, 11 February 2025
  • Thumbnail for Maze generation algorithm
    Maze generation algorithm (category Random graphs)
    approached as generating a random spanning tree. Loops, which can confound naive maze solvers, may be introduced by adding random edges to the result during...
    19 KB (2,447 words) - 11:38, 22 April 2025
  • Thumbnail for Cartesian tree
    minimax path weight in the minimum spanning tree of the metric. From the minimum spanning tree, one can construct a Cartesian tree, the root node of which...
    32 KB (4,294 words) - 14:09, 27 April 2025
  • implementation for an Expected Linear-Time Minimum Spanning Tree Algorithm(Karger-Klein-Tarjan + Hagerup Minimum Spanning Tree Verification as a sub-routine)"....
    21 KB (2,636 words) - 20:48, 10 April 2025
  • Thumbnail for Pseudoforest
    augmented trees and maximal pseudoforests are also sometimes called augmented forests. The minimum spanning pseudoforest problem involves finding a spanning pseudoforest...
    30 KB (4,054 words) - 00:15, 9 November 2024
  • Thumbnail for Karger's algorithm
    constructing the minimum spanning tree in a graph where the edges have weights w ( e i ) = π ( i ) {\displaystyle w(e_{i})=\pi (i)} according to a random permutation...
    13 KB (2,303 words) - 17:39, 17 March 2025
  • probability theory including coalescent theory, random minimum spanning trees, and the theory of random graphs. She is professor of probability in the...
    3 KB (269 words) - 02:45, 6 April 2024
  • Thumbnail for Depth-first search
    conveniently described in terms of a spanning tree of the vertices reached during the search. Based on this spanning tree, the edges of the original graph...
    20 KB (2,441 words) - 06:56, 10 April 2025
  • in Kruskal's algorithm for finding the minimum spanning tree of a graph. The importance of minimum spanning trees means that disjoint-set data structures...
    33 KB (4,634 words) - 16:42, 4 January 2025
  • theory, a Trémaux tree of an undirected graph G {\displaystyle G} is a type of spanning tree, generalizing depth-first search trees. They are defined...
    17 KB (2,302 words) - 07:42, 20 April 2025
  • Thumbnail for Disparity filter algorithm of weighted network
    This algorithm can only be applied to unweighted graphs. A minimum spanning tree is a tree-like subgraph of a given graph G, in which it keeps all the...
    8 KB (985 words) - 01:10, 28 December 2024
  • Thumbnail for Combinatorial optimization
    optimization problems are the travelling salesman problem ("TSP"), the minimum spanning tree problem ("MST"), and the knapsack problem. In many such problems...
    18 KB (1,847 words) - 03:45, 24 March 2025
  • Christofides algorithm (category Spanning tree)
    Removing an edge from C produces a spanning tree, which must have weight at least that of the minimum spanning tree, implying that w(T) ≤ w(C) - lower...
    12 KB (1,404 words) - 06:43, 25 April 2025