Linked from
The 35 pages that link to Bipartite graph, each with the reason it gives.
Complete graphCompared with: A bipartite graph with at least three vertices cannot be complete.
Breadth-first searchRelated: Alternating distance layers can test whether a graph is bipartite.
HypergraphCompared with: Incidence graphs encode hypergraphs as ordinary bipartite graphs.
Bipartite matchingNarrower topic: Its two vertex sets are the sides that a matching pairs.
Perfect matchingRelated: Many matching problems, including marriage problems, use this structure.
Stable marriage problemRelated: Potential pairings connect the two sides of the matching problem.
Odd cycleCompared with: A graph is bipartite exactly when it contains no odd cycle.
Kőnig's theoremNarrower topic: The theorem applies precisely to graphs with this two-part structure.
Edge coverRelated: Bipartite edge-cover problems can be solved through maximum bipartite matching.