Package com_github_leetcode
Class Employee
java.lang.Object
com_github_leetcode.Employee
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
It's the unique id of each node; unique id of this employeeint
the importance value of this employeethe id of direct subordinates -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int idIt's the unique id of each node; unique id of this employee -
importance
public int importancethe importance value of this employee -
subordinates
the id of direct subordinates
-
-
Constructor Details
-
Employee
-