Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / arun chowdary g
a2+b4+*1- is correct because in postfix traversals are from
left, right and then root.
| Is This Answer Correct ? | 37 Yes | 4 No |
Post New Answer View All Answers
What is difference between hashmap and treemap?
Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
What are the goals of data structure?
How do you get placements?
Which is faster treemap or hashmap?
What is comparable interface?
Differentiate between file and structure storage structure.
Mention the steps to insert data at the starting of a singly linked list?
How will you represent a linked list in a graphical view?
How will you sort the elements of array in descending order?
Can we modify final arraylist?
What is complete binary tree in data structure?
What is the default capacity of hashmap?
What is difference between while and do while?
How can we remove loops in a linked list? What are the functions of fast and slow pointers?