In my class we are dealing with Binary Tree's and Recursive methods which call themselves. However, I'm having trouble following the methods.



public class BinaryTree{


private class Node
{