Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / manasa
stack
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Do sets allow duplicates?
What do you mean by Syntax Error
How to create your own data structure in java?
How dynamic arrays are created?
What is data structure and why it is important?
Where will be the free node available while inserting a new node in a linked list?
Run time memory allocation is known as in data structure?
Which is the fastest sorting?
Define outdegree of a graph?
What is complexity algorithm?
What is scalar data type?
In an avl tree, at explain what condition the balancing is to be done?
Why is map not a collection?
What actions are performed when a function returns?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A