Search
⌘K

Leetcode 1050. Actors and Directors Who Cooperated At Least Three Times

Find all (actor_id, director_id) pairs that collaborated at least three times by grouping the ActorDirector table by actor_id and director_id and returning groups with COUNT(*) >= 3.


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.