1.

Which operation is used to combine two auxiliary trees?(a) Join(b) Combinatorial(c) Add(d) ConcatenationThis is a very interesting question from Binary Trees in portion Binary Trees of Data Structures & Algorithms IThe question was posed to me by my college director while I was bunking the class.

Answer»

The correct option is (a) JOIN

For EXPLANATION: If the TOP NODE of one of the reference tree amongst the two, is the is the child of the bottom node of the other reference tree, then the join OPERATION can be carried out to join the two auxiliary trees.



Discussion

No Comment Found

Related InterviewSolutions