Graphs - 3

Covered in this section:

Checking Bipartiteness

A bipartite graph is a graph whose vertices can be divided into two disjoint sets such that no two nodes within the same set are connected by an edge. Example:

;

There are two main ways to check for Bipartiteness:

Assignment

Next Lesson