2.2 KiB
2.2 KiB
slug | title | author | order | prerequisites | ||
---|---|---|---|---|---|---|
/gold/mst | Minimum Spanning Trees | Benjamin Qi | 5 |
|
Disjoint Set Union and Minimum Spanning Trees
Standard
Tutorial
- CPH 15 (Spanning Trees)
- Prim's Algorithm
- cp-algo
- Similar to Dijkstra
- Kruskal's Algorithm
- cp-algo 1
- cp-algo 2
- Requires "Disjoint Set Union" (DSU) data structure
- CSAcademy Disjoint-Set
- Topcoder Union Find
- CPC.3
- DSU Complexity Proofs (optional of course)
USACO Gold Problems
- MST
- DSU
- Mootube
- same as CSES Road Construction
- Closing the Farm
- Favorite Colors
- fairly tricky
- Mootube
Other Problems
Boruvka?
(add)