mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-02-03 03:55:53 +08:00
Modified Data Structures/Graphs folder .java file name and class name
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.*;
|
||||
* @author Unknown
|
||||
*
|
||||
*/
|
||||
public class bfs{
|
||||
public class BFS{
|
||||
|
||||
/**
|
||||
* The BFS implemented in code to use.
|
||||
|
||||
Reference in New Issue
Block a user