Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / a khan
a2+b4+*1-
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
What is the best case complexity of bubble sort?
Can treemap have duplicate values?
Explain the most efficient method to reverse a linked list?
How can I search for data in a linked list?
What happens if we put duplicate key in hashmap?
What is the complexity of sorting algorithm?
Explain the common uses of threaded binary tree.
What member function places a new node at the end of the linked list?
Which is better hashmap or arraylist?
What are the advantages and disadvantages of linked list over array?
How to find 3rd element from end in a linked list in one pass?
Which is faster treemap or hashmap?
Describe linear probing with an example.
What is a pseudocode example?
Is red black tree balanced?