How will inorder, preorder and postorder traversals print
the elements of a tree?
Answer Posted / srinivas.bolusupati
in order:LOR
pre order:OLR
post order:LRO
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Why do we use binary search?
What do you mean by the term “percolate up”?
Does hashset maintain order?
Define splay tree?
What are the types of array operations?
Can a tree be empty?
Explain how to find 3rd element from end in a linked list in one pass?
Can arraylist store objects?
What is return map?
What are b tree keys?
Define an algorithm. What are the types of algorithms?
How hashmap increases its size?
What is the default size of an arraylist?
What is the use of treemap?
What is minimum depth of binary tree?