mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Performed the requested changes
This commit is contained in:
parent
e248a614e5
commit
fd6b810061
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @file is_graph_bipartite
|
* @file
|
||||||
*
|
*
|
||||||
* @brief Algorithm to check whether a graph is [bipartite](https://en.wikipedia.org/wiki/Bipartite_graph)
|
* @brief Algorithm to check whether a graph is [bipartite](https://en.wikipedia.org/wiki/Bipartite_graph)
|
||||||
*
|
*
|
||||||
@ -11,7 +11,7 @@
|
|||||||
*
|
*
|
||||||
* The given Algorithm will determine whether the given graph is bipartite or not
|
* The given Algorithm will determine whether the given graph is bipartite or not
|
||||||
*
|
*
|
||||||
*
|
* <pre>
|
||||||
* Example - Here is a graph g1 with 5 vertices and is bipartite
|
* Example - Here is a graph g1 with 5 vertices and is bipartite
|
||||||
*
|
*
|
||||||
* 1 4
|
* 1 4
|
||||||
@ -24,6 +24,8 @@
|
|||||||
* \ /
|
* \ /
|
||||||
* 3
|
* 3
|
||||||
*
|
*
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
* @author [Akshat Vaya](https://github.com/AkVaya)
|
* @author [Akshat Vaya](https://github.com/AkVaya)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user