Graph Theory37 sections · 1633 units
Open in CourseQuiz: Path Queries II
Knowledge check
Check Your Understanding
Path Queries II: Find maximum value on path from to , with point updates. What data structure combination works?
- A.Simple DFS for each query
- B.Just binary lifting
- C.HLD with segment tree
- D.Euler tour only