The Advanced CP Blog
Deep dives into complex algorithms, data structures, and strategies for competitive programming.
Data Structures
February 13, 2026
Advanced Segment Trees: Beyond Range Sums
Exploring advanced segment tree techniques including lazy propagation, persistent segment trees, and Li-Chao trees.
Segment TreeAdvanced DSCompetitive Programming