You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The left end of the binary search is currently initialised to 0 where as it can be initially set to Math.ceil(sumOfAllBytes / numServers) since this is the lower bound for the server load.
The text was updated successfully, but these errors were encountered:
https://github.com/epibook/epibook.github.io/blob/master/solutions/java/src/main/java/com/epi/LoadBalancing.java#L12
The left end of the binary search is currently initialised to 0 where as it can be initially set to Math.ceil(sumOfAllBytes / numServers) since this is the lower bound for the server load.
The text was updated successfully, but these errors were encountered: