mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
Modified Data Structures/Graphs folder .java file name and class name
This commit is contained in:
@@ -7,7 +7,7 @@ import java.util.*;
|
||||
*
|
||||
*/
|
||||
|
||||
public class dfs{
|
||||
public class DFS{
|
||||
|
||||
/**
|
||||
* Implementation in code of a DFS
|
||||
|
||||
Reference in New Issue
Block a user