Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1

Answer Posted / pavan

@ Revathy :
Postfix : AB+DC-*
Prefix : *+AB-DC

Best way to find Prefix adn post fix is to create a Binary
tree and do a pre-order traversal and post order traversal
on it.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some applications of queue data structure.

688


Is treeset thread safe?

656


How to excel in data structures and algorithms?

675


What is array in data structure with example?

645


Tell me why can't constant values be used to define an array's initial size

680


Define a full binary tree ?

705


Parenthesis is never required in postfix or prefix expressions, why?

665


What is linked list in data structure?

747


Can we add elements to final list?

653


When new data are to be inserted into a data structure?

675


What are different sorting algorithms?

642


How would you check if a binary tree is BST or not ? Write a program.

670


Explain what are the types of collision resolution techniques and the methods used in each of the type?

676


Can arraylist be resized?

742


What is collections singletonmap?

645