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

What is time complexity of bubble sort?

455


What is non linear structure?

500


What are linked lists good for?

455


Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?

530


What is two-dimensional array?

514






Is heap sort adaptive?

466


Can you tell me the differences between Array and ArrayList?

589


Write any two principles of gradation of structures.

581


What are the major data structures used in the hierarchical data model?

540


Write an algorithm that counts number of nodes in the circular linked list

489


How would you sort words in a large file?

546


What is the order of b tree?

528


Which is faster array or linked list?

452


What data structure underlies a python list?

510


What does bubble sort do?

446