mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
Adjust comment.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user