๐๏ธ Binary Search
๐๏ธ Coordinate Compression
More Efficient Form
๐๏ธ Cycle Detection
Theory
๐๏ธ Hamming Code
๐๏ธ std::merge
Code
๐๏ธ Sorting
- Stable sort means that elements with equal value are not disturbed of their relative positions after sorting.
๐๏ธ Subset Transforms (DP)
1. https://codeforces.com/blog/entry/45223