Which data structure is needed to convert infix notations to
post fix notations?

Answers were Sorted based on User's Feedback



Which data structure is needed to convert infix notations to post fix notations?..

Answer / deepa nayak

stack

Is This Answer Correct ?    6 Yes 0 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / aknar

Stack

Is This Answer Correct ?    8 Yes 3 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / rupesh

Stack is used to convert infix to postfix

Is This Answer Correct ?    10 Yes 6 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / sourav naskar

stack

Is This Answer Correct ?    6 Yes 2 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / mohd shafi

Definitely Stack

Is This Answer Correct ?    5 Yes 1 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / ankita roy

stack

Is This Answer Correct ?    4 Yes 2 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / yashwant singh

Stack

Is This Answer Correct ?    4 Yes 4 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / manasa

stack

Is This Answer Correct ?    5 Yes 5 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / shailendra pratap singh

stack

Is This Answer Correct ?    0 Yes 0 No

Which data structure is needed to convert infix notations to post fix notations?..

Answer / mehdi

stack

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More Data Structures Interview Questions

What differences exist between hashmap and hashtable?

0 Answers  


Which is the simplest file structure?

0 Answers  


Which sorting is stable?

0 Answers  


What is the minimum number of queues needed when implementing a priority queue?

0 Answers  


What is the difference between file structure and storage structure?

0 Answers  






What is stack and its operations?

0 Answers  


Convert following infix expression to the prefix expression. a - b + c * (d / e - (f + g))

33 Answers   Amazon, Microsoft, Star Technologies, Sun Microsystems, Wipro,


Can you store different types in an array?

0 Answers  


What are all the classes and interfaces that are available in the collections?

0 Answers  


Differentiate between queue and deque.

0 Answers  


Why is quicksort faster than merge sort?

0 Answers  


what is the difference between singly and doubly linked lists?

0 Answers  


Categories