mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
Modified Data Structures/Trees folder .java file name and class name
This commit is contained in:
@@ -78,7 +78,7 @@ class Tree
|
||||
}
|
||||
|
||||
// Driver class to test above methods
|
||||
public class Main
|
||||
public class PrintTopViewofTree
|
||||
{
|
||||
public static void main(String[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user