Smartmind
.global
What is the minimum number of edges required to connect n nodes in a tree?
n + 1
n
n - 1
2n
Computer Science Exercises are loading ...