Topic: Greedy Algorithm Problem / Level: beginner

Problem: Given a series of events with start and end times, select the maximum number of events you can attend.

Run the code to see the output here...