Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a set of books with different page counts. Distribute the books among students such that the maximum number of pages a student reads is minimized.

Run the code to see the output here...