Why it matters
Link-cut trees enable dynamic tree algorithms. Understanding shapes advanced structures.
Advertisement
The architecture
Preferred paths + splay trees.
Access + link + cut + expose ops.
Path queries + updates.
Advertisement
How it works end to end
Preferred child = last accessed.
Splay operations maintain.
Applications: dynamic connectivity, MST, flow.