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/6_Plat/1_Plat_Trees.md
2020-06-08 16:42:55 -04:00

2.3 KiB

slug title author order prerequisites
/plat/trees Trees Benjamin Qi 1
Silver - Depth First Search

Lowest Common Ancestor and other tree topics.

Tree Diameter

Tutorial

  • CPH 14.2

Problems

Lowest Common Ancestor

Tutorial

Problems

USACO:

Other:

Centroid Decomposition

Tutorial

Problems

Heavy-Light Decomposition

  • probably not intended solution, but can help (ex. for "Disrupt")

Tutorial

Problems

??

Small to Large (Offline)

??