diff --git a/DFS.cpp b/DFS.cpp index 187bdc5..fb1a7a7 100644 --- a/DFS.cpp +++ b/DFS.cpp @@ -1,8 +1,7 @@ #include using namespace std; - -// Graph class represents a directed graph -// using adjacency list representation + +// Graph class represents a directed graph using adjacency list representation class Graph { int V; // No. of vertices