Search
⌘K

Leetcode 690. Employee Importance

Given a list of employees (id, importance, subordinate ids) and a target id, compute the total importance of that employee plus all direct and indirect subordinates by traversing the organizational hierarchy (e.g., DFS/BFS) using an id→employee lookup. Importance values may be negative and the list size is up to 2000.


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.