Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / kiran reddy
-(*(+(a2)+(b4)))1
Is This Answer Correct ? | 18 Yes | 49 No |
Post New Answer View All Answers
What is map entry?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
What does arrays tostring do?
What is the need for path compression?
How does quick sort work?
How do you explain bubble sort?
What is array define its types?
You want to insert a new item in a binary search tree. How would you do it?
How do I rearrange rows in numbers?
To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
Why is arraylist faster than linkedlist?
Write the stack overflow condition.
What is an expression tree?
Which is faster hashmap or hashtable?