Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / aditya
stack since conversion frm regular to postfix and similarly
frm regular to infix is based on stack concept so its a
stack aplication
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What are the standard ways in which a graph can be traversed?
What is heap and its types?
How will you sort the elements of array in descending order?
Explain the implementation of an AVL tree and Binary tree.
What is inplace sorting?
What is a sorting algorithm in data structure?
What is the difference between hashmap and arraylist?
What are the Advantages and disadvantages of Array?
How to traverse data in a linked list in forward and backward direction, write the algorithm?
Differentiate between set and map.
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Define forest?
What is the difference between push and pop?
What is the difference between length () and size () of arraylist?
Can you override methods of arraylist?