[CS4423]: Add WK02-1 notes

This commit is contained in:
2025-01-22 18:36:34 +00:00
parent c9620d0041
commit 9a9c517907
2 changed files with 1 additions and 2 deletions

View File

@ -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}