Groups
Category
A sqrt tree is a layered block-decomposition data structure that answers range queries in O(1) time after O(n \log \log n) preprocessing.
A dominator tree summarizes โmust-passโ relationships in a directed graph from a chosen root r: u dominates v if every path from r to v goes through u.