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
Can a null element added to a treeset or hashset?
Write a program to sum values of given array.
What is data type explain?
How will you check the validity of an expression containing nested parentheses?
Which is faster hashmap or linkedhashmap?
What is sorting in math?
What is the default size of arraylist?
What is a stable sort?
What are different techniques for making hash function?
What is the difference between Array and LinkedList?
How many sorting techniques are there?
What is a Stack? Explain with example?
Difference between arraylist and linkedlist?
List the differences between comparable and comparator interface?
What type of data structure is used to perform recursion?