Skip to content

Commit c1a2e33

Browse files
committed
Adjust comment.
1 parent 9927b46 commit c1a2e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/depth_first_search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace graph {
5454
*
5555
*/
5656
void addEdge(std::vector<std::vector<size_t>> *adj, size_t u, size_t v) {
57-
/**
57+
/*
5858
*
5959
* Here we are considering undirected graph that's the
6060
* reason we are adding v to the adjacency list representation of u

0 commit comments

Comments
 (0)