Skip to content

Commit ced637c

Browse files
Rename data_structures/BinaryTree.java to data_structures/Trees/BinaryTree.java
1 parent 47818bf commit ced637c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/BinaryTree.java renamed to data_structures/Trees/BinaryTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ public void postOrder(Node localRoot){
267267
System.out.print(localRoot.data + " ");
268268
}
269269
}
270-
}
270+
}

0 commit comments

Comments
 (0)