How will inorder, preorder and postorder traversals print
the elements of a tree?
Answer Posted / sanjeevi
in order:lRr
preorder:Rlr
postorder:lrR
l:left
r:right
R:root
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
How to find the duplicate in an array?
What is difference between hashmap and linkedhashmap?
What are the difference between arraylist and linkedlist from the perspective of sorting?
Write an algorithm to show the reverse of link list?
What is sorting and classifying?
Why do we use a multidimensional array in data structure?
What is sorting with example?
What is array sort?
Is arraylist faster than array?
Can hashtable have duplicate values?
Can you please explain the difference between array_name and &array_name?
What is circular linked list?
Is merge sort better than quick?
What are linked lists most commonly used for?
Tell me do array subscripts always start with zero?