Category
page 1Spanning tree
Prim's algorithm
algorithm for finding the minimum spanning tree for weighted undirected graphs
Spanning Tree Protocol
network protocol that builds a loop-free logical topology for Ethernet networks
minimum spanning tree
data structure, subgraph of a weighted graph
Kruskal's algorithm
minimum spanning forest algorithm that greedily adds edges
spanning tree
subgraph of an undirected graph G that is a tree which includes all of the vertices of G
net
arrangement of joined polytopes which can be folded to become the facets of a higher-dimensional polytope
Borůvka's algorithm
algorithm for finding minimum spanning trees by repeatedly finding the shortest edge out of each subtree in a forest and adding all such edges to the forest
Christofides algorithm
algorithm that approximates solutions to the travellng salesman problem on a metric space, guaranteeing that its solutions will be within 1½ of the optimal solution length; discovered by Nicos Christofides in 1976
Kirchhoff's theorem
theorem of computing the number of spanning trees in a graph
cyclomatic number
the minimum number of edges to remove from a graph to eliminate all its cycles
arboricity
The arboricity of an undirected graph is the minimum number of forests into which its edges can be partitioned. Equivalently it is the minimum number of spanning forests needed to cover all the edges of the graph. The Nash-Williams theorem provides necessary and sufficient conditions for when a graph is k-arboric.
Reverse-delete algorithm
minimum spanning forest algorithm that greedily deletes edges
graphic matroid
matroid whose independent sets are forests in an undirected graph
Euclidean minimum spanning tree
the shortest network collecting a given set of points in the plane
shortest path tree
spanning tree consisting of shortest paths from a vertex