Groups
Category
Small-to-large merging is a technique where you always merge the smaller container into the larger one to guarantee low total work.
Sliding window is a technique that moves a contiguous segment (window) across an array or string while maintaining some running information like sum, count, or max.