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

If you have to store one lakh objects, what will be a better option- a hash map or an array list?

0 Answers   DELL,


What is an externalizable interface?

0 Answers  


Define an algorithm.

0 Answers  


Why entry interface is used in map?

0 Answers  


What are the properties of binary tree?

0 Answers  






What is meant by int?

0 Answers  


What are different dynamic memory allocation technique in c.

0 Answers  


What do you mean by back edge?

0 Answers  


Explain stacks and queues in detail.

0 Answers  


Which sorting has less time complexity?

0 Answers  


Is priority queue sorted?

0 Answers  


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

0 Answers  


Categories