public class Employee extends Object
Modifier and Type | Field and Description |
---|---|
int |
id
It’s the unique id of each node; unique id of this employee
|
int |
importance
the importance value of this employee
|
List<Integer> |
subordinates
the id of direct subordinates
|
Copyright © 2022. All rights reserved.