Skip to content

Commit 6a9d1cb

Browse files
committed
update 690.employee-importance.java
1 parent b0fab84 commit 6a9d1cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

690.employee-importance.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public int getImportance(List<Employee> employees, int id) {
6767
// Return all importance value of current employee and the subordinates
6868
//
6969
// Recursion?
70+
// Need to have the indexes correlated to the employee id
71+
// Convert List into HashMap
7072
// Nested loops?
7173

7274
// Convert List into HashMap with id as the key

0 commit comments

Comments
 (0)