mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 11:40:46 +08:00
Perfomed the requested changes
This commit is contained in:
@@ -103,7 +103,7 @@ bool graph::is_bipartite(){
|
||||
return check;
|
||||
}
|
||||
/**
|
||||
* main funtion
|
||||
* Main funtion
|
||||
*/
|
||||
int main(){
|
||||
graph G1(5); /// creating graph G1 with 5 vertices
|
||||
@@ -132,4 +132,4 @@ int main(){
|
||||
std::cout<<"The given graph G2 is not a bipartite graph\n";
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user