Skip to content

Commit 9ca54a4

Browse files
authored
Merge pull request #1417 from Electron1997/master
Heavy-light decomposition problems
2 parents 70c4d5a + 6206986 commit 9ca54a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/graph/hld.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,8 @@ int query(int a, int b) {
183183
## Practice problems
184184

185185
- [SPOJ - QTREE - Query on a tree](https://www.spoj.com/problems/QTREE/)
186+
- [CSES - Path Queries II](https://cses.fi/problemset/task/2134)
187+
- [Codeforces - Subway Lines](https://codeforces.com/gym/101908/problem/L)
188+
- [Codeforces - Tree Queries](https://codeforces.com/contest/1254/problem/D)
189+
- [Codeforces - Tree or not Tree](https://codeforces.com/contest/117/problem/E)
190+
- [Codeforces - The Tree](https://codeforces.com/contest/1017/problem/G)

0 commit comments

Comments
 (0)