Skip to content

Commit 1bd077e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)