1.

Which operation is used to break a preferred path into two sets of parts at a particular node?(a) Differentiate(b) Cut(c) Integrate(d) JoinMy doubt stems from Binary Trees in section Binary Trees of Data Structures & Algorithms IThe question was posed to me in an interview.

Answer»

Correct answer is (b) Cut

To explain: A preferred path is broken into TWO parts. One of them is known as TOP part while other is known as bottom part. To BREAK a preferred path into two SETS, cut operation is USED at a particular node.



Discussion

No Comment Found

Related InterviewSolutions