Groups
Category
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.
A Sparse Table is a static range-query data structure that preprocesses an array in O(n \log n) time and answers many queries in O(1) time.