March 18, 2025 Binary search In computer science, binary search, also known as half-interval search,logarithmic search,or binary chop,is a search algorithm that finds the position of a target value within a sorted array. binary-search algorithm data-structures searching sorting Read more
March 3, 2025 Inclusion-Exclusion Principle (IEP) A deep dive into the Inclusion-Exclusion Principle (IEP) in competitive programming with examples of 2-way, 3-way, and 4-way applications. combinatorics competitive programming inclusion-exclusion Read more