Skip to main content

One doc tagged with "sweep-line-algo"

View all tags

Sweep Line Algorithm

This document explains the Merge Intervals problem using the Sweep Line Algorithm, including its description, approach, and implementation in C++.