...

/

Challenge: Bipartite Graph Check

Challenge: Bipartite Graph Check

Apply graph traversal algorithms to check whether a graph is bipartite.

We'll cover the following...

Bipartite graphs

In this exercise, we’ll take a look at a special kind of graph called bipartite graphs. An undirected graph GG is called bipartite if we can split its set of vertices up into two partitions (let’s call them the “left” and the ...