We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fab84 commit 6a9d1cbCopy full SHA for 6a9d1cb
690.employee-importance.java
@@ -67,6 +67,8 @@ public int getImportance(List<Employee> employees, int id) {
67
// Return all importance value of current employee and the subordinates
68
//
69
// Recursion?
70
+ // Need to have the indexes correlated to the employee id
71
+ // Convert List into HashMap
72
// Nested loops?
73
74
// Convert List into HashMap with id as the key
0 commit comments