diff --git a/data_structures/BinaryTree.java b/data_structures/Trees/BinaryTree.java similarity index 99% rename from data_structures/BinaryTree.java rename to data_structures/Trees/BinaryTree.java index b26525cfc..3d05f1767 100644 --- a/data_structures/BinaryTree.java +++ b/data_structures/Trees/BinaryTree.java @@ -267,4 +267,4 @@ class Tree{ System.out.print(localRoot.data + " "); } } -} \ No newline at end of file +}