Modified Data Structures/Trees folder .java file name and class name

This commit is contained in:
unknown
2017-12-16 19:04:10 +09:00
parent dcf7f8f657
commit 6dcce9f3e0
5 changed files with 10 additions and 10 deletions

View File

@ -78,7 +78,7 @@ class Tree
}
// Driver class to test above methods
public class Main
public class PrintTopViewofTree
{
public static void main(String[] args)
{