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 is any data structure application is classified among files?
What is sequential search?
What are basic algorithms?
What is sorting explain?
Define splay tree?
Explain the most efficient method to reverse a linked list?
How will you explain circular linked list?
Describe tree database.
Define degree of the node?
What is the difference between Array and LinkedList?
Which sorting algorithm is the slowest?
Which are the sorted collections?
What is the best data structure and algorithm to implement cache?
What is the difference between adt and data structure?
List the data structures which are used in rdbms, network data modal, and hierarchical data model.