[CS4423]: Add WK02-1 notes
This commit is contained in:
Binary file not shown.
@ -266,7 +266,6 @@ A \textbf{simple graph} is a pair $G = (X,E)$ consisting of a finite set $X$ of
|
||||
$G=(X,E)$ with $X = \{ A, B, C, D \}$ and $E = \{ \{AB\}, \{BC\}, \{BD\}, \{CD\} \}$, so $G$ is a graph of order $4$ and size $4$.
|
||||
We can be lazy and write $\{ A, B \}$ as just $AB$, so $E = \{ AB, BC, BD, CD \}$.
|
||||
|
||||
|
||||
|
||||
\subsection{\mintinline{python}{networkx}}
|
||||
|
||||
\end{document}
|
||||
|
Reference in New Issue
Block a user