This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes applications of infix to postfix and prefix conversions in computers ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "applications of infix to postfix and prefix conversions in computers ?" Watch "applications of infix to postfix and prefix conversions in computers ?" New topic
Author

applications of infix to postfix and prefix conversions in computers ?

naved momin
Ranch Hand

Joined: Jul 03, 2011
Posts: 675

hi, can any 1 tell me what is the application of infix to prefix and infix to postfix conversion and vice versa in computers ?
i guess it is use in compilers , can any one explain me why we use that in compilers and where else we use that conversions ?


The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
Ninad Kulkarni
Ranch Hand

Joined: Aug 31, 2007
Posts: 774

Hi Naved,

Please refer Infix Conversion

I think this may help you.


SCJP 5.0 - JavaRanch FAQ - Java Beginners FAQ - SCJP FAQ - SCJP Mock Tests - Tutorial - JavaSE7 - JavaEE6 -Generics FAQ - JLS - JVM Spec - Java FAQs - Smart Questions
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32694
    
    4
The chip is supplied with instructions from a stack, which stack is arranged in postfix.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: applications of infix to postfix and prefix conversions in computers ?
 
Similar Threads
Evaluation of an expression
A continuation of my previous post, if I may...
converting a postfix to an infix
infix to postfix with negative numbers
Need Help building Calculator