From c64ba9294946dd88f0f2e8f254cb74c09e1bed02 Mon Sep 17 00:00:00 2001 From: nitesh585 Date: Fri, 4 Dec 2020 22:13:09 +0530 Subject: [PATCH] single comment --- DFS.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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