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
Define shortest path?
Define non-terminal nodes in a tree?
What is the use of data structure in real life?
what is a balanced tree.
What is the difference between length () and size () of arraylist?
What is data algorithm?
How does threaded binary tree represented in data structure?
What is the application of queue?
Does hashmap allow null keys?
Is arraylist faster than array?
What is default size of hashmap?
What happens if we put duplicate key in hashmap?
How would you use qsort() function to sort the name stored in an array of pointers to string?
Are collections thread safe?
Why is quicksort faster than merge sort?