<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Bipartite</id>
	<title>Bipartite - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Bipartite"/>
	<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Bipartite&amp;action=history"/>
	<updated>2026-04-26T05:01:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.org/index.php?title=Bipartite&amp;diff=5880361&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Bipartite&amp;diff=5880361&amp;oldid=prev"/>
		<updated>2024-06-01T22:38:13Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Mathematical concept in graph theory}}&lt;br /&gt;
{{About|the mathematical concept|other uses|Bipartite (disambiguation)}}&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;bipartite graph&amp;#039;&amp;#039;&amp;#039;, also known as a &amp;#039;&amp;#039;&amp;#039;bigraph&amp;#039;&amp;#039;&amp;#039;, is a special kind of [[graph (discrete mathematics)|graph]] in the field of [[graph theory]]. A graph is bipartite if its set of [[vertices]] can be divided into two disjoint sets such that no two graph vertices within the same set are adjacent. In other words, every edge connects a vertex in one set to a vertex in the other set.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
Formally, a graph \( G = (V, E) \) is bipartite if the vertex set \( V \) can be partitioned into two disjoint sets \( U \) and \( W \) such that every edge in \( E \) has one endpoint in \( U \) and the other endpoint in \( W \). This can be written as:&lt;br /&gt;
\[ U \cup W = V \]&lt;br /&gt;
\[ U \cap W = \emptyset \]&lt;br /&gt;
\[ \forall (u, v) \in E, u \in U \text{ and } v \in W \]&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
* **Two-colorable**: A bipartite graph is two-colorable, meaning its vertices can be colored using two colors such that no two adjacent vertices share the same color.&lt;br /&gt;
* **No odd-length cycles**: A graph is bipartite if and only if it contains no odd-length cycles. This is a direct consequence of the two-colorability property.&lt;br /&gt;
* **Complete bipartite graph**: A complete bipartite graph, denoted as \( K_{m,n} \), is a bipartite graph where every vertex in set \( U \) is connected to every vertex in set \( W \).&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Bipartite graphs have numerous applications in various fields:&lt;br /&gt;
* **Matching problems**: In [[combinatorial optimization]], bipartite graphs are used to model matching problems, such as the [[assignment problem]] and the [[maximum bipartite matching]] problem.&lt;br /&gt;
* **Network flow**: Bipartite graphs are used in network flow problems, particularly in the [[Ford-Fulkerson algorithm]] for computing the maximum flow in a flow network.&lt;br /&gt;
* **Social networks**: In [[social network analysis]], bipartite graphs can represent relationships between two different classes of entities, such as people and the events they attend.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* **Bipartite graph in biology**: In [[ecology]], bipartite graphs can represent interactions between two different types of species, such as plants and their pollinators.&lt;br /&gt;
* **Bipartite graph in computer science**: In [[computer science]], bipartite graphs are used in [[database]] systems to model relationships between different types of entities, such as customers and products.&lt;br /&gt;
&lt;br /&gt;
== Related Concepts ==&lt;br /&gt;
* [[Graph theory]]&lt;br /&gt;
* [[Matching (graph theory)]]&lt;br /&gt;
* [[Network flow]]&lt;br /&gt;
* [[Two-colorable graph]]&lt;br /&gt;
* [[Complete bipartite graph]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Graph (discrete mathematics)]]&lt;br /&gt;
* [[Cycle (graph theory)]]&lt;br /&gt;
* [[Ford-Fulkerson algorithm]]&lt;br /&gt;
* [[Social network analysis]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Graph theory]]&lt;br /&gt;
[[Category:Discrete mathematics]]&lt;br /&gt;
[[Category:Combinatorial optimization]]&lt;br /&gt;
[[Category:Network flow]]&lt;br /&gt;
&lt;br /&gt;
{{Graph theory}}&lt;br /&gt;
{{math-stub}}&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>