mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-18 17:31:13 +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