Lukas' Notes

Bipartite Graph

Mar 14, 20261 min read

graph-theory

Definition

Bipartite Graph

A bipartite graph is a graph whose vertices can be divided into two disjoint and independent sets U∩V=∅, such that every edge in the graph connects a vertex in U to one in V.


Graph View

Backlinks

  • Complete Bipartite Graph
  • Incidence Graph

Created with Quartz v4.4.0 © 2026

  • GitHub