Computational Thinking

Table of Contents

Types of graphs

Symmetricity

Undirected (symmetric)Directed/digraph (asymmetric)Mixed
screenshot.pngscreenshot.pngscreenshot.png

Weighted graph

Simplicity

SimpleMultigraph
Undirected, unweighted graph that has no loops and no more than one edge between any two different vertices
screenshot.png
Multiple edges connecting the same two vertices within a simple graph
screenshot.png

Connectedness

A graph may also have a connected component

ConnectedDisconnected
If there is for any two given vertices a path between them
screenshot.png
If not all pairs of vertices have a path between them
screenshot.png