Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 249 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 249 Bytes

This problem was asked by Dropbox.

Given an undirected graph G, check whether it is bipartite. Recall that a graph is bipartite if its vertices can be divided into two independent sets, U and V, such that no edge connects vertices of the same set.