Closed shzq closed 10 years ago
Input: routes and brks array. Output: an array of size brks.length + 1. Each element of the array is the total demand of the stores in the path.
Committed the code
Input: routes and brks array. Output: an array of size brks.length + 1. Each element of the array is the total demand of the stores in the path.