This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/5_Gold/MST.md
Benjamin Qi 84cc6bcebd + PAPS
2020-06-22 21:00:35 -04:00

1.5 KiB

id title author prerequisites description
mst Minimum Spanning Trees Benjamin Qi
Gold - Shortest Paths
Gold - Disjoint Set Union
A subset of the edges of a connected, undirected, edge-weighted graph that connects all the vertices to each other of minimum total weight, where no cycles are allowed.

Standard

Tutorial

USACO Gold Problems

Other Problems