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 char pointers
Is array a data type?
Tell me about the different sorting techniques.
Explain the Queue
Why null is not allowed in treemap?
Which interfaces are implemented by linkedlist?
What is the difference between a Stack and a Queue.
What are different types of sorting algorithms?
Does map extend iterable?
Is sorting a math skill?
How many links are there in a binary tree of N nodes?
Is stack a dynamic data structure?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Define an algorithm. What are the types of algorithms?
Write a Program for Linked list manipulation.