• 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) - 15:05, 21 June 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 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
  • Thumbnail for K-minimum spanning tree
    The k-minimum spanning tree problem, studied in theoretical computer science, asks for a tree of minimum cost that has exactly k vertices and forms a subgraph...
    8 KB (1,057 words) - 10:20, 13 October 2024
  • 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
  • are computed as the difference of pixel intensities. A minimum spanning tree (MST) is a minimum-weight, cycle-free subset of a graph's edges such that...
    8 KB (884 words) - 02:53, 30 November 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...
    36 KB (4,424 words) - 19:08, 23 June 2025
  • containing spanning tree Minimum spanning tree Capacitated minimum spanning tree Distributed minimum spanning tree Euclidean minimum spanning tree k-minimum spanning...
    857 bytes (143 words) - 21:24, 30 May 2025
  • weighted edge in a spanning tree. A spanning tree is a minimum bottleneck spanning tree if the graph does not contain a spanning tree with a smaller bottleneck...
    15 KB (1,346 words) - 19:27, 1 May 2025
  • Thumbnail for Distributed minimum spanning tree
    The distributed minimum spanning tree (MST) problem involves the construction of a minimum spanning tree by a distributed algorithm, in a network where...
    15 KB (2,554 words) - 19:50, 30 December 2024
  • The Spanning Tree Protocol (STP) is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to...
    49 KB (6,150 words) - 21:33, 30 May 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,079 words) - 20:30, 15 May 2025
  • 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) - 11:26, 28 May 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 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,829 words) - 02:58, 18 July 2025
  • Using min heap priority queue in Prim's algorithm to find the minimum spanning tree of a connected and undirected graph, one can achieve a good running...
    33 KB (5,009 words) - 21:16, 19 June 2025
  • and computational geometry, a minimum-diameter spanning tree of a finite set of points in a metric space is a spanning tree in which the diameter (the longest...
    9 KB (1,296 words) - 09:40, 11 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
  • Wikimedia Commons has media related to Multiple Spanning Tree Protocol. The Multiple Spanning Tree Protocol (MSTP) and algorithm, provides both simple...
    27 KB (3,556 words) - 21:45, 30 May 2025
  • A kinetic Euclidean minimum spanning tree is a kinetic data structure that maintains the Euclidean minimum spanning tree (EMST) of a set P of n points...
    2 KB (234 words) - 00:37, 23 July 2023
  • 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...
    35 KB (4,910 words) - 08:40, 20 June 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) - 21:45, 11 July 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) - 22:36, 3 July 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
  • 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
  • distance spanning tree, shortest total path length spanning tree, minimum total distance spanning tree, or minimum average distance spanning tree. In an...
    5 KB (595 words) - 10:33, 6 August 2024
  • finding a spanning arborescence of minimum weight (sometimes called an optimum branching). It is the directed analog of the minimum spanning tree problem...
    8 KB (1,328 words) - 15:31, 23 January 2025
  • 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,848 words) - 17:23, 29 June 2025
  • they need to construct a spanning tree. Each edge in the graph has a cost, and the players build the minimum cost spanning tree. The question then arises...
    6 KB (726 words) - 17:22, 21 May 2025
  • Thumbnail for Travelling salesman problem
    For example, the minimum spanning tree of the graph associated with an instance of the Euclidean TSP is a Euclidean minimum spanning tree, and so can be...
    87 KB (11,604 words) - 02:24, 25 June 2025