notebook.community
Edit and run
Definition graph G is called bipartitie, if the nodes can be placed in two disjoint sets $V_1$ and $V_2$.
The adjacent nodes of the current node cannot be placed in the same set as current node
Alternating colors
In [ ]: