Search
⌘K

Leetcode 2141. Maximum Running Time of N Computers

Determine the maximum time T such that, with unlimited instantaneous swapping of batteries, you can allocate battery minutes to run n computers simultaneously — equivalently find the largest T with sum(min(batteries[i], T)) >= n*T (solved via binary search).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.