Merge pull request #48 from theycallmemac/patch-20

Rename data_structures/BinaryTree.java to data_structures/Trees/Binar…
This commit is contained in:
Chetan Kaushik
2017-05-14 23:27:01 +05:30
committed by GitHub

View File

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