Groups
Category
Many competitive programming problems map to a small set of classic patterns; recognizing keywords and constraints lets you pick the right tool fast.
The sweep line technique processes geometric or time-based events in sorted order and maintains an active set that reflects the current state at the sweep position.