Graph
Density
Definition
Link to originalGraph Density
Handshaking Lemma
Definition
Link to originalHandshaking Lemma
In a simple undirected graph , it holds that:
where is the degree of .
In a directed graph , it holds that:
Connected Graph
Definition
Zusammenhängender Graph
Link to originalConnected Graph
A graph is called connected if exists an edge sequence from all to all .
Or equivalently, a graph is called connected consists of exactly one connected component.
Strong Connectivity: A directed graph is called strongly connected if it is connected and respects the directions of the edges.
Weak Connectivity: A directed graph is called weakly connected if it is connect but does not respect the direction of the edges.