Traverse the given tree using Inorder, Preorder and Postorder traversals.

Inorder : D H B E A F C I G J

Preorder: A B D H E C F G I J

Postorder: H D E B F I J G C A


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

Explain Linked List

0 Answers   Tech Mahindra,


Does mentioning the array name gives the base address in all the contexts?

0 Answers  


What sort does arrays sort use?

0 Answers  


Explain the common uses of tree database.

0 Answers  


Explain the uses of b+ tree.

0 Answers  






Is linkedlist thread safe?

0 Answers  


Define dynamic data structures?

0 Answers  


What is stable sort example?

0 Answers  


What is the use of data structure in real life?

0 Answers  


What is bubble sort used for?

0 Answers  


Can we make hashmap synchronized?

0 Answers  


What is the family trees and connection by clause?

0 Answers  


Categories