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
What is meant by hashing?
Can you use Bubble Sort To sort the number of elements.
Define an algorithm.
What is the structure of an array?
How do I push an element into a stack?
What is array define its types?
What is meant by int?
Why is concurrenthashmap thread safe?
What is a string or array type?
What is the space complexity of bubble sort?
Is bucket sort stable?
Can arraylist store objects?
What is type structure?
Who invented quicksort?
How many types of linked lists are there?