Search
⌘K

Leetcode 1077. Project Employees III

Given a table of project–employee assignments, identify all pairs of employees who have worked together on at least two projects; this requires a self-join (or equivalent grouping) to count shared projects and returning unique, ordered employee pairs.


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.