Adjust comment.

This commit is contained in:
Filip Hlásek 2020-08-17 20:10:03 -07:00
parent 9927b46205
commit c1a2e33f2f

View File

@ -54,7 +54,7 @@ namespace graph {
* *
*/ */
void addEdge(std::vector<std::vector<size_t>> *adj, size_t u, size_t v) { void addEdge(std::vector<std::vector<size_t>> *adj, size_t u, size_t v) {
/** /*
* *
* Here we are considering undirected graph that's the * Here we are considering undirected graph that's the
* reason we are adding v to the adjacency list representation of u * reason we are adding v to the adjacency list representation of u