1

I know that for an undirected graph with n vertices the minimum number of edges it must have for it to be connected is n - 1. However, if a graph has n vertices and n - 1 edges, is it always connected?

Tim Mcneal
  • 283
  • 4
  • 19

1 Answers1

3

no thats not the case, example:

enter image description here

apomene
  • 14,282
  • 9
  • 46
  • 72