1.

Breadth First Search traversal of a binary tree finds its application in __________(a) Cloud computing(b) Peer to peer networks(c) Weighted graph(d) Euler pathI had been asked this question by my college director while I was bunking the class.Origin of the question is Tree Traversal topic in division Trees of Discrete Mathematics

Answer»

Right answer is (b) PEER to peer NETWORKS

Explanation: Breadth FIRST Search traversal has diverse applications such as in the peer to peer networks like BitTorrent, BFS traversal is used to FIND all the NEIGHBOUR nodes of the network.



Discussion

No Comment Found

Related InterviewSolutions