Topic: Greedy Algorithm Problem / Level: beginner

Problem: Given a list of movies with their start and end times, find the maximum number of movies that can be watched.

Run the code to see the output here...