Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Spanning Trees and Forests

7

Flashcards

0/7

Still learning
StarStarStarStar

Spanning Tree

StarStarStarStar

A spanning tree of an undirected graph is a subgraph that includes all the vertices of the original graph, is a single connected component, and has no cycles.

StarStarStarStar

Prim's Algorithm

StarStarStarStar

An algorithm that builds the minimum spanning tree by starting from an arbitrary node and repeatedly adding the smallest edge that connects a vertex in the tree to a vertex outside the tree.

StarStarStarStar

Forest

StarStarStarStar

A forest is a disjoint union of trees, or equivalently, an undirected graph that has no cycles. Each connected component of a forest is a tree.

StarStarStarStar

Kruskal's Algorithm

StarStarStarStar

An algorithm used to find the minimum spanning tree by repeatedly adding the next smallest edge that doesn’t produce a cycle until the spanning tree is complete.

StarStarStarStar

Cut Property

StarStarStarStar

The cut property holds that for any cut in the graph, if the weight of an edge in the cut-set is smaller than the weights of all other edges in the cut-set, then this edge must be part of the MST.

StarStarStarStar

Minimum Spanning Tree

StarStarStarStar

A minimum spanning tree (MST) is a spanning tree that has the smallest possible total edge weight among all the possible spanning trees of the graph.

StarStarStarStar

Cycle Property

StarStarStarStar

The cycle property states that for any cycle in the graph, if the weight of an edge in the cycle is larger than the weights of all other edges in the cycle, then this edge cannot be part of the MST.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.