| Author |
prefix/postfix
|
Steven Alvarez
Ranch Hand
Joined: Nov 01, 2006
Posts: 66
|
|
lets say you have:
a b c d / + * f -
And you scan from right to left to solve the problem, is that prefix or postfix? BTW I know how to solve the problem, just want to know if you scan it right to left, what type of "fix" is it?
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32599
|
|
|
What do you think it is?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26144
|
|
Steven, This page gives an example of each.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: prefix/postfix
|
|
|