Search
⌘K

Leetcode 3386. Button with Longest Push Time

Given a time-ordered list of button press events [index, time], compute each event's duration as the difference from the previous event (first event's duration = its time) and return the button index with the maximum duration, breaking ties by the smallest index.


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.