Topic: Greedy Algorithm Problem / Level: beginner

Problem: Given a set of activities with start and end times, find the minimum number of rooms required to schedule all activities.

Run the code to see the output here...