Sweep Line Technique : The Secret Weapon for Range & Geometry Problems , Part-1
Interval :
An Interval is a continuous range of values between a start point and an end point on a lineExample :[1, 5) means the interval starts at 1 and goes up to 5, but does not include 5
Event :
An Event is a specific point where an interval sta...
srinivastechblog.hashnode.dev9 min read