You have learned activity selection and its variants:
Maximum non-overlapping activities
Minimum intervals to remove
Minimum arrows to burst balloons
Meeting rooms (checking overlap and counting rooms) In the next section, I will show you more interval problems: merging intervals, inserting intervals, and interval covering. The patterns build on what you learned here. Sorting by end time is your go-to strategy for non-overlapping problems.