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
Explain the priority queue?
Who created quicksort?
Define indegree of a graph?
Define internal nodes?
Which sorting has less time complexity?
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
What is nonlinear data?
What is difference between concurrenthashmap and hashtable?
What is a 2 dimensional array?
Define hash table?
What is array and its types?
Is a hashmap a dictionary?
Explain binary representation?
What is stack explain with diagram?
What is the difference between hashset and treeset?