Binary Search Beyond the Basics
Most programmers learn binary search on sorted arrays. In competitive programming, you binary-search the answer — and that changes everything.
3 min read
2 articles on algorithms, competitive programming, and software engineering.
Most programmers learn binary search on sorted arrays. In competitive programming, you binary-search the answer — and that changes everything.
A thorough walkthrough of segment trees with lazy propagation — from first principles to real contest applications.
4 tags across 2 posts.