LeetCode 1701. Average Waiting Time — JavaScript

Gary Huang
Traveling Light Taipei
Jul 9, 2024
Self-driving cars from WeRide, AutoX, Didi, and other Chinese firms have traveled 1.8M miles on CA roads, collecting detailed data while facing little scrutiny

你領500元現金了嗎? 點選我的連結成功開樂天帳戶+登入樂天網銀APP,拿500元現金! 樂天帳戶好康在這 : · 使用行動支付5次,享次月活儲年息1.35%存額無上限 · VIP享每月免費跨提/轉共16次 · 提領日幣手續費優惠8次/月 (推薦序號: JGONGL)

https://leetcode.com/problems/average-waiting-time/description/

var averageWaitingTime = function(customers) {
let wait=0, time=customers[0][0]
customers.forEach(e=>{
time=Math.max(time,e[0])+e[1]
wait+=time-e[0]
})
return wait/customers.length
};

check the time now and waiting time

美國洛杉磯 矽谷 軟體公司參訪 美術館 道奇球賽 USA — LA, SJ / FunkyGary / 88rising — California

--

--

Gary Huang
Traveling Light Taipei

自學程式,目前爲 React 前端工程師,兼職線上課程業師,協助程式自學者就業。熱愛旅遊,將近 30 個國家。訂閱我的旅行與街舞 YT :https://www.youtube.com/channel/UCEU-bEDl7R-iGyLVZFae33g