Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a set of students and exam durations. Find the maximum number of exams that can be scheduled without conflicts.

Run the code to see the output here...