8000 Add HLD problems (roughly sorted by difficulty) · cp-algorithms/cp-algorithms@6206986 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 6206986

Browse files
authored
Add HLD problems (roughly sorted by difficulty)
1 parent 70c4d5a commit 6206986

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)
0