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
How many types of arrays are there in visual basic?
What are the 4 types of data?
List out the advantages of using a linked list?
What is dynamic array how it is created?
What is stable sort example?
What is m way tree in data structure?
What are linked lists most commonly used for?
What is the difference between file structure and storage structure?
How many sorting are there in data structure?
Tell me why can't constant values be used to define an array's initial size
how to delete first node from singly linked list?
What is a concurrenthashmap?
What is list data structure?
What is java priority queue?
What is a dequeue?