Fundamentals
/
Line-Sweep Introduction
⏸
00:00
↻
← Prev
Next →
▶
Question
Given an array of intervals [[start, end], ...] (closed), return the maximum number of intervals overlapping at any point using a line sweep.
▶
Understand
▶
Approach
▶
My Code
▶
Reference Solution
Compare
2