Search
⌘K

Leetcode 2356. Number of Unique Subjects Taught by Each Teacher

For each teacher, compute how many distinct subjects they teach across all departments — i.e., group by teacher_id and count the unique subject_id values. Return each teacher_id with its count.


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.