Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonmiranda committed Oct 12, 2024
1 parent 34185ce commit fde260b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void test() {
binaryTree.inOrderTraversal(root);

var v = binaryTree.search(root, 8);
System.out.println(v.value + " Found.");
// System.out.println(v.value + " Found.");
}

}

0 comments on commit fde260b

Please sign in to comment.