MCQOPTIONS
Saved Bookmarks
| 1. |
If G is a forest with n vertices and k connected components, how many edges does G have? |
| A. | floor(n/k) |
| B. | ceil(n/k) |
| C. | n-k |
| D. | n-k+1 |
| Answer» D. n-k+1 | |