Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / nips aka suman
a2+b4+*1-
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Is arraylist heterogeneous?
Define the term “percolate down”?
Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?
what is a balanced tree.
What does stack top do?
Is hashset thread safe?
What is data structure what is need of it?
What are linear and non linear data structures?
How many sorting algorithms are there?
Does array sort mutate?
Can we add heterogeneous elements into treemap?
Which language is best for data structures and algorithms?
What is the difference between set and unordered_set?
Explain what is the type of the algorithm used in solving the 8 queens problem?
What happens if we put duplicate key in hashmap?