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

What is selection sort with example?

595


How do hash tables work?

499


Why is hashing used?

456


Is an arraylist an object?

475


Can we insert null in set?

471






What is hash data type?

525


What are the 3 control structures in programming?

498


What does args stand for?

453


What are the advantage of linked list over array?

449


List out a few of the applications that make use of Multilinked Structures?

707


What do you mean by union-by-weight?

566


Why is data structure used?

522


What is array and structure?

531


How many types of data structure are there?

452


What is the method to find the complexity of an algorithm?

533