Ejemplo n.º 1
0
 public SumOfLeftLeaves(int[] nodes)
 {
     binaryTree = new TreeExtension();
     binaryTree.BuildBinarySearchTree(nodes);
 }