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
How does bogo sort work?
What is the difference between arraylist and array?
Can you provide some implementation of a dictionary having large number of words?
Define linear probing?
What are the 4 types of data?
Tell me the difference between the character array and a string.
Can I provide array size dynamically?
How would you reverse characters of an array without using indexing in the array.
Is hashmap ordered?
Is copyonwritearraylist thread safe?
Can you have an arraylist of arrays?
Mention one advantage and disadvantage of using quadratic probing?
Is vector synchronized?
Define a linear and non linear data structure.
List the data structures which are used in rdbms, network data modal, and hierarchical data model.