Fading Coder

One Final Commit for the Last Sprint

Solution to P1281 Book Copying Problem with Binary Search and Greedy Algorithm

Problem Background A common mistake when solving this problem is overly prioritizing minimizing the workload for earlier people, which could lead to some people being assigned no books (output 0 0). However, the problem test cases have been updated to guarantee every person gets at least one book to...