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


Please Help Members By Posting Answers For Below Questions

Write any two principles of gradation of structures.

733


What is a hashmap in c?

656


What is an recursive algorithm?

712


What is a tech stack?

635


How does quick sort work?

725


What is a weighted graph?

753


What happens if we put duplicate key in hashmap?

648


Can a hashset contain duplicates?

642


What is the complexity of arraylist?

656


What are the tasks performed while traversing a binary tree?

787


How do you find the length of an arraylist?

651


Which is the parent class of abstractsequentiallist class?

632


What data structure underlies a python list?

679


How can you add an item to the beginning of the list?

747


Are hash tables ordered?

643