@@ -13,6 +13,7 @@ public class Main {
binaryTree.insert(8);
binaryTree.insert(16);
binaryTree.print();
System.out.println(binaryTree.search(42));
// Test values not in tree
The note is not visible to the blocked user.