Simple Graph

A graph is called a simple graph if it ⇒ does not contain multiple edges between the same pair of vertices ⇒ does not contain loops

Properties


Cycle graph

A graph that consists of a single cycle with $n$ vertexes denoted by $C_n$

Properties

$$ \chi ( C_{n})=\chi' ( C_{n}) =\begin{cases} 3 & \text{if} \ n\ \text{is odd}\\ 2 & \text{otherwise} \end{cases} $$


$k$-connected graph

Conventional definition A graph where $\kappa(G)\geq k$ (for graph to be disconnected we must remove at least $k$ vertexes)

Mengers theorem definition Graph with at least two vertices is $k$-connected if, for every pair of its vertices, it is possible to find $k$ vertex-independent paths connecting these vertices.


Complete Graph