Rename data_structures/BinaryTree.java to data_structures/Trees/BinaryTree.java

This commit is contained in:
James Mc Dermott 2017-04-27 15:45:42 +01:00 committed by GitHub
parent 47818bf583
commit ced637c301

View File

@ -267,4 +267,4 @@ class Tree{
System.out.print(localRoot.data + " ");
}
}
}
}