package tree; import java.util.ArrayList; public class MyBinaryTreeTest { public static void main(String[] args) { //MyBinaryTree myBinaryTree = generateBinaryTree(); MyBinaryTree myBinaryTree = new MyBinaryTree(); int[] a = {6, 9, 3, 17, 2, 98, 55, 1, 32, 42, 15, 6, 7, 85, 10, 8}; for (int i=0; i