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
What is linked list with example?
When new data are to be inserted into a data structure?
What is a Breadth First Search? Give a few of its applications.
Design a datastructure to represent the movement of a knight on a chess board
What is a postfix expression?
What are the advantages and disadvantages of linked list?
Differentiate between iterator and listiterator.
How to initialize Dictionary using collection initialize?
Is pointer a variable in data structure?
What are the scenarios in which an element can be inserted into the circular queue?
Is vector synchronized?
How many parts are there in a declaration statement using data structures?
What are the advantages and disadvantages of linked list over array?
What is the difference between array list and vector list?
What is linear and non linear structure?