You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
582 B

2 months ago
  1. \item \self In the following list tick all statements that are \texttt{true}.
  2. \begin{itemize}
  3. \item[$\square$] An edge between two non-adjacent nodes $n_1$ and $n_2$ within a graph $G$ is called a chord.
  4. \item[$\square$] A graph is called chordal, if it contains no chord-free cycles with size greater than 2.
  5. \item[$\square$] A cycle is said to be chord-free, if in the cycle there exist no non-adjacent nodes that are connected by an edge.
  6. \item[$\square$] An edge between two non-adjacent nodes $n_1$ and $n_2$ within a graph $G$ is called a cycle.
  7. \end{itemize}