How will inorder, preorder and postorder traversals print
the elements of a tree?
Answer Posted / vidhun s
in order:LOR
pre order:OLR
post order:LRO
L=LEFT CHILD
R=RIGHT CHILD
O=ROOT NODE
| Is This Answer Correct ? | 34 Yes | 5 No |
Post New Answer View All Answers
What is difference between hashmap and treemap?
Differentiate between failfast and failsafe.
What is difference between linear and non linear data structure?
Is file a data structure?
How can a binary tree be represented using the rotation?
Why is reflection slower?
What is sort in data structure?
What is non linear structure?
How to use appendNode() in linkedlist()?
Tell me the difference between the character array and a string.
What is the method to find the complexity of an algorithm?
Is array a collection?
What package is arraylist?
What are the different types of data structures explain briefly?
How do signed and unsigned numbers affect memory?