indrakishore / Developers-Community

Hactoberfest-2024
MIT License
13 stars 122 forks source link

Book allocation problem using Binary Search #104

Closed SUSHIL1312 closed 1 month ago

SUSHIL1312 commented 1 month ago

Book Allocation Problem using Binary Search,to find the minimum possible value of the maximum number of pages assigned to any student, such that: Each student gets at least one book. The maximum number of pages assigned to a student is minimized.