mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Fix cpplint
This commit is contained in:
parent
6faf95adfd
commit
2893c222f0
@ -49,7 +49,7 @@ int main() {
|
||||
int no_of_nodes;
|
||||
std::cout << "Enter number of nodes of the tree : " << std::endl;
|
||||
std::cin >> no_of_nodes;
|
||||
|
||||
|
||||
// u,v denotes an undirected edge of tree.
|
||||
int u, v;
|
||||
// Tree contains exactly n-1 edges where n denotes the nodes.
|
||||
|
Loading…
Reference in New Issue
Block a user