By Topic
- All Problems
- math (282)
- matrix-exponentiation (188)
- implementation (121)
- strings (103)
- combinatorics (93)
- dp (87)
- graphs (70)
- kmp (55)
- sorting (49)
- digit-dp (35)
- number-theory (34)
- prefix-sums (32)
- greedy (32)
- games (24)
- two-pointers (24)
- bitwise (23)
- binary-search (22)
- geometry (21)
- segment-tree (15)
- trees (15)
- bfs (14)
- aho-corasick (13)
- stack (11)
- sliding-window (10)
- game-theory (9)
- union-find (9)
- grundy (8)
- intervals (8)
- fenwick (7)
- heap (7)
- sparse-table (5)
- prefix-sum (5)
- interval-dp (5)
- suffix-array (4)
- linear-algebra (4)
- lazy-propagation (4)
- binary-lifting (4)
- bitmask (4)
- divide-and-conquer (4)
- offline (3)
- scc (3)
- shortest-paths (3)
- euler-tour (2)
- deque (2)
- manacher (2)
- mobius (2)
- nim (1)
- constructive (1)
- trie (1)
- sweep-line (1)
- brute-force (1)
- rerooting (1)
- pollard-rho (1)
- hashing (1)
- 2-sat (1)
- matching (1)
- knapsack (1)
- flow (1)
By Difficulty
Problem of the Day:
Integer Square Root
— keep your streak alive!
Practice Problems — segment-tree
| # | Problem | Topics | Difficulty |
|---|---|---|---|
| 740 | Paint and Sum | lazy-propagation segment-tree | 1400 |
| 503 | Dynamic Range Sum | segment-tree | 1700 |
| 504 | Dynamic Range Minimum | segment-tree | 1700 |
| 505 | Dynamic Range Maximum | segment-tree | 1700 |
| 506 | Dynamic Range GCD | segment-tree | 1700 |
| 507 | Dynamic Range XOR | segment-tree | 1700 |
| 730 | Point Assign, Range Max | segment-tree | 1700 |
| 885 | Point Assign, Range Min | segment-tree | 1700 |
| 886 | Point Assign, Range GCD | segment-tree | 1700 |
| 512 | Leftmost Big Enough | segment-tree | 1900 |
| 508 | Range Add, Range Sum | lazy-propagation segment-tree | 2000 |
| 509 | Range Add, Range Min | lazy-propagation segment-tree | 2000 |
| 510 | Range Add, Range Max | lazy-propagation segment-tree | 2000 |
| 523 | Bigger Than X, in a Slice | binary-search segment-tree | 2100 |
| 524 | K-th Smallest in a Slice | binary-search segment-tree | 2200 |