Topic: Greedy Algorithm Problem / Level: beginner

Problem: Distribute exam slots to students such that no two exams overlap, and the total number of exam slots used is minimized.

Run the code to see the output here...