Class TreeAncestor
java.lang.Object
g1401_1500.s1483_kth_ancestor_of_a_tree_node.TreeAncestor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TreeAncestor
public TreeAncestor(int n, int[] parent)
-
-
Method Details
-
getKthAncestor
public int getKthAncestor(int node, int k)
-