Topic: Algorithms
2023
- Examples of using bit compression
Examples of using bit compression
- Parallel Binary Search
A technique that answers many binary-searchable queries at once, sharing the intermediate data instead of rebuilding it for each query.
- Auxiliary Tree/Virtual Tree
A technique for answering queries over a subset of a tree's vertices.
2022
- XOR Basis
Introduces the xor basis technique — representing integers as vectors in a binary vector space and using the space's basis to solve problems about the xor of subarrays of an array.