What will be the number of links ina network with n nodes and b branches?

Posted on October 6th, 2010 by admin in links and networking | 1 Comment »

There are four possible options to choose from:
a. (b + n) links
b. b – n + 1 links
c. b – n – 1 links
d. b + n + 1 links

b. b – n + 1 links

This is the answer.

|