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
How do you declare An array of three pointers to chars
What is the space complexity of selection sort?
Why is waste sorting important?
What are the disadvantages of linked list?
Is it necessary to sort a file before searching a particular item ?
Is int a data structure?
What is the slowest sorting algorithm?
What is the use of sorting?
What is meant by a dynamic array?
Which sorting has less time complexity?
Which sorting algorithm is best for small data?
What is the difference between Array and Array List ? Explain in brief with example.
Where will be the free node available while inserting a new node in a linked list?
What is the use of heap sort?
What is ds heap sort?