1¡¢please realize the defined function to get the height of BinaryTree predifined tree structure java: public interface Tree{ public object getValue(); public Tree getLchild(); public Tree getRchild();
}
The Function which you need to realize long getTreeHeight(Tree t);
2 There are 50 persons standing in a circle for a team, those who count the number 3 or multiple of 3 should leave from the circle, who is the last one in the circle? Please implement a class to get the persons original position in the circle...¸çÃÇÄãÓ¢ÓX¼¶?