LeetCode #1701 Average Waiting Time
There is a restaurant with a single chef. You are given an array customers, where customers[i] = [arrival_i, time_i]:
arrival_i is the arrival time of the i-th customer. The arrival times are sorted in non-decreasing order.
time_i is the time need...
nobleknight.hashnode.dev2 min read