My textbook says an undirected is called "connected" if there is a path between every pair of distinct vertices of the graph. An undirected graph that is not connected is "disconnected".
So my interpretation for connected would be that each vertex need to connected with an edge. But wouldn't that make "connected graph" and "complete graph" the same thing?
But that cannot be right then. I think I am struggling to understand "connected".
My interpretation is that complete graph is the same definition as "connected".
Unless this is the actual interpretation: are all "cycles graph" connected then but not complete graph?