Header file to check if a Graph is Biparatite (Bi-colourable) #464
Labels
development
Development of new Functionalities
hacktoberfest
hacktoberfest issue
Priority:Medium
Priority Label for medium priority issue
Milestone
A graph is bipartite if the nodes can be partitioned into two independent sets A and B such that every edge in the graph connects a node in Set A and a node in Set B.
https://en.wikipedia.org/wiki/Bipartite_graph
The text was updated successfully, but these errors were encountered: