graph_bipartite (236B)
1 # Graph bipartite 2 3 Membership can be tested in [linear_time] with [greedy_algorithm] 4 5 - [deficiency] 6 7 Up: [graph_family] 8 9 See also: [hypergraph_balanced], [incidence_structure], [3_colorable] 10 11 Aliases: bipartite graph, bipartite graphs