How will inorder, preorder and postorder traversals print
the elements of a tree?

Answer Posted / guest

in order:LOR
pre order:OLR

Is This Answer Correct ?    23 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why quicksort is better than merge sort?

479


What is data and data types?

508


How do you do a mergesort?

480


What are the major data structures used in the network data model?

654


What is breadth first tree?

585






What are the classification of data structures?

502


Explain linear linked implementation of Stack and Queue?

518


What is the height of binary tree?

510


What is the best sorting technique?

491


How do you assign an address to an element of a pointer array ?

508


Is tuple immutable?

457


What do you mean by double hashing?

576


How many types of sorting algorithms are there?

480


how to display Singly Linked List from First to Last?

463


What is a 2 dimensional array?

509