Bipartite Graphs

Home > Computer Science > Algorithms and data structures > Graphs > Bipartite Graphs

These are graphs whose vertices can be divided into two groups, such that no two vertices within the same group are adjacent.