Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / uma
a2+b4+*1-
| Is This Answer Correct ? | 101 Yes | 8 No |
Post New Answer View All Answers
Parenthesis is never required in postfix or prefix expressions, why?
Is duplicate allowed in hashmap?
Define quadratic probing?
Is copyonwritearraylist thread safe?
How can you implement a stack?
Is priority queue sorted?
Define red-black trees.
how to delete first node from singly linked list?
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
What is time complexity of bubble sort?
What is a subtree in data structures?
Define threaded binary tree. Explain its common uses
What is raid (redundant array of inexpensive disks)? Explain its level?
What are some of the best practices relating to the java collection framework?
Is array part of collection framework?