00:02
So for this question, we're given that a simple graph g has k -connected components.
00:13
And each component has n1 and 2 to ends of k vertices, right, respectively.
00:26
So we're trying to find that the, we're trying to find the maximum number of edges that g can have.
00:33
And we know that for a simple graph, like for a simple connected graph, right? for a simple connected graph, the max number of edges occurs when it's complete.
00:58
It occurs if it's a complete graph, complete graph.
01:05
And the number, so let's assume for n vertices, we know that a complete graph has n choose two edges, right? or we can notate as the book does as c n2.
01:26
And that's because for each of the end vertices, we can choose there are n.
01:31
So basically, every pair of distinct vertices in a complete graph is connected to another, to every other vertex, right? so for the, so an edge is connected by two vertices for the first vertex, we have n choices.
01:47
For the second one, we have n minus one choices because there's no loops.
01:51
And so that gives us cn2 or the number of edges, total number of edges.
01:57
And so why is this helpful? well, we know that if there are k -connected components in g, we cannot, there cannot be edges between any vertices that are in different connected components, right? otherwise, there wouldn't be k -connected components.
02:12
Like if you joined two connected components with an edge, they're not two connecting components...