Search
⌘K

Leetcode 1132. Reported Posts II

Given a list of report events (reporter, postId), determine which posts receive at least k distinct reports and then compute for each reporter how many of the posts they reported reached that threshold. The task focuses on deduplicating reporter–post pairs and aggregating counts efficiently using hash maps/sets.


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.