Search
⌘K

Leetcode 2432. The Employee That Worked on the Longest Task

Given sequential task completion logs with implicit start times (first at 0), compute each task's duration (current leaveTime minus previous leaveTime) and return the employee id who worked the longest task, breaking ties by the smallest id.


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.