Search
⌘K

Leetcode 1817. Finding the Users Active Minutes

Group logs by user and count each user's number of unique active minutes (deduplicate minutes per user), then produce a 1-indexed array of length k where entry j is the number of users whose unique-minute count equals j.


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.