Skip to content

Commit 1bd077e

Browse files
Merge pull request #48 from theycallmemac/patch-20
Rename data_structures/BinaryTree.java to data_structures/Trees/Binar…
2 parents 47818bf + ced637c commit 1bd077e

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)