System.out.println("The expected parent is 64. The actual parent is " + ((CustomTree) list).getParent("129"));
The hint show 129's parent should be 64 "Node 129's parent should be node 64." I got 64 for 129's parent . Can not figure why it's incorrect.