Package com_github_leetcode
Class Employee
- java.lang.Object
-
- com_github_leetcode.Employee
-
public class Employee extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intidIt's the unique id of each node; unique id of this employeeintimportancethe importance value of this employeeList<Integer>subordinatesthe id of direct subordinates
-