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

Answer Posted / hodan

i need c++ Reverse Polish Notation (RPN) calculator that
evaluates postfix expressions. The calculator will
emphasize on the usage of a stack-like data
structure and stream I/O.
An Overview of RPN (postfix) evaluation
Consider the mathematical expression
(6 + 4) * 3 - 5

Is This Answer Correct ?    14 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which data structures are used in bfs and dfs algorithm?

569


What is the similarity between a Structure, Union and enumeration?

580


What is data structure definition?

500


Define degree of the node?

564


What is collection process?

516






What is meant by hashing?

473


What will happen if an array goes out of bounds?

669


Why are b trees used?

513


What is the basic of data structure?

503


What is the Difference between treemap and hashmap?

495


Can map contain duplicate keys?

468


Difference between arraylist and linkedlist?

604


What is bubble insertion selection sort?

491


What is the difference between arraylist and array?

495


What is sort in data structure?

474