We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a9857 commit 9e4d3a5Copy full SHA for 9e4d3a5
Binary Tree/BinaryTreeTraversal.java
@@ -1,4 +1,5 @@
1
// For complete binary trees
2
+// Recursive approach
3
4
import java.util.Scanner;
5
0 commit comments