Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))

Answer Posted / naresh

first u need to reverse the given string like this..
))g+f(-e/d(*c+b-a..
after doing this, we need to consider a stack n insert symbolls into the stack whenever u encountered it in the string..
sequence of flow is:
g
f
+
e
d
/
-
c
*
b
+
a
-......
the string obtained is gf+ed/-c*b+a-..
u need to reverse the string for answer i.e
ans is -a+b*c-/de+fg..

Is This Answer Correct ?    28 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different techniques for making hash function? Explain with example.

1121


Which sorting method is slowest?

1006


Define shortest path?

1122


Is hashtable better than dictionary?

1007


How does a binary search work?

909


Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.

1159


Can I provide array size dynamically?

989


What are the properties of binary heap?

1090


When would you use a hashmap?

1016


What is meant by heap sort?

926


How do you sort an arraylist in descending order?

841


What's difference between stack and queue?

1010


What is circular linked list?

1016


Can we add duplicate keys in a hashmap?

959


Define a tree?

1043