Groups
Category
Think Backwards is a problemโsolving pattern where you reverse time or direction so hard deletions become easy insertions and the final state becomes the starting point.
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.