Connected graph

A connected graph is a type of graph where there is a path between every pair of vertices. In other words, you can get from any vertex to any other vertex by following the edges of the graph.

Connected graph: a graph where there is a path between every pair of vertices.

Undirected vs. directed graphs