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
Can an arraylist be null?
What is difference between array and arraylist? When will you use array over arraylist?
State the different ways of representing expressions?
What are the average and worst time complexity in a sorted binary tree is
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
What is application of data structure?
What are the differences between b tree and b+ tree?
Why might quick sort might be better than merge sort?
Define linear data structures?
What is sort order?
Construct a doubly linked list using a single pointer in each node?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
What are the disadvantages of linear list?
What is an example of an algorithm?
Where will be the free node available while inserting a new node in a linked list?