Search
⌘K

Leetcode 1661. Average Time of Process per Machine

Given activity records with 'start' and 'end' timestamps for each (machine_id, process_id), compute for each machine the average processing time (end − start) across its processes and return it rounded to three decimal places. Assume every process has exactly one start and one end and the start timestamp is before the end.


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.