Skip to content

Commit 8ee893a

Browse files
authored
Merge pull request #14 from Driolar/master
Fixed figure reference in Chapter 2.
2 parents 658a4d3 + ae86d26 commit 8ee893a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Chapters/Chapter2/chapter2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ But, Figure *@directed2@* is a disconnected graph because the nodes F and G are
4141

4242
#### Bipartite Graph
4343

44-
A bipartite graph is a graph whose set of nodes can be split into two subsets $A$ and $B$ in such a way that each edge of the graph joins a node in $A$ and a node in $B$. In Figure @bipartite@, the two subsets are $\{A1, A2, A3, A4, A5\}$ and $\{B1, B2, B3, B4\}$.
44+
A bipartite graph is a graph whose set of nodes can be split into two subsets $A$ and $B$ in such a way that each edge of the graph joins a node in $A$ and a node in $B$. In Figure *@bipartite@*, the two subsets are $\{A1, A2, A3, A4, A5\}$ and $\{B1, B2, B3, B4\}$.
4545
A *complete* bipartite graph is a bipartite graph in which each node in A is joined to each node in B by just one edge.
4646

4747
![A bipartite graph: the nodes are split into two subsets.](figures/bipartite.png width=48&label=bipartite)

0 commit comments

Comments
 (0)