Write the procedure to convert general tree to binary tree?



Write the procedure to convert general tree to binary tree?..

Answer / Sanjay Kumar Verma

The conversion of a General Tree to a Binary Tree can be done by modifying the original General Tree such that each node has at most two children. This is usually achieved through various methods like Left-Heavy, Right-Heavy, or Balanced Binary Tree Conversion.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What do you mean by sorting data?

1 Answers  


What is data type explain?

1 Answers  


Does treeset allow duplicates?

1 Answers  


What is meant by a dynamic array?

1 Answers  


Explain exception filter?

1 Answers  


What is a data structure?

14 Answers   Keane India Ltd,


Define primary clustering?

1 Answers  


What is link list in data structure?

1 Answers  


What can be stored in an arraylist?

1 Answers  


Is hashmap fail safe?

1 Answers  


How to find 3rd element from end in a linked list in one pass?

1 Answers  


How do you balance a tree?

1 Answers  


Categories