Copy Book
Question (LC.437)
Given n books and the ith book has A[i] pages. You are given k people to copy the n books.
Example
I: [3,2,4], 2
O: 5
Given n books and the ith book has A[i] pages. You are given k people to copy the n books.
I: [3,2,4], 2
O: 5