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 sorting algorithms used for?
What are the advantages of sorting and filtering data?
What is 1d array?
What is data structure and its classification?
Can arraylist hold different types?
What is bubble sort?
What is priority queue in data structure?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
In what data structures are pointers applied?
What is complexity of quicksort?
What is array and structure?
What are the collision resolution methods?
What should be done in the base case for this recursive problem?
How to increase stack limit in w3wp.exe?
Are collections thread safe?