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
Write any two principles of gradation of structures.
What is a hashmap in c?
What is an recursive algorithm?
What is a tech stack?
How does quick sort work?
What is a weighted graph?
What happens if we put duplicate key in hashmap?
Can a hashset contain duplicates?
What is the complexity of arraylist?
What are the tasks performed while traversing a binary tree?
How do you find the length of an arraylist?
Which is the parent class of abstractsequentiallist class?
What data structure underlies a python list?
How can you add an item to the beginning of the list?
Are hash tables ordered?