graph_bipartite (286B)
1 # Graph bipartite 2 3 Testing if a [graph] is bipartite can be done in [linear_time] with [greedy_algorithm] 4 5 - [deficiency] 6 - [complete_bipartite_graph] 7 8 Up: [graph_family] 9 10 See also: [hypergraph_balanced], [incidence_structure], [3_colorable] 11 12 Aliases: bipartite graph, bipartite graphs