polish stack



Hello,
I am looking for a Java source code for Polish Stack, please.
A Polish Stack - A Stack algoritm, that is usefull for developing a tool for
computing basic formulas, with priority.
i.e a formula :
2 + 3 x 5 = 17 (and not 25, because x is perior to +)
The function that evaluate this can be done by some recrusive statements
(which I don't preffer), or by polish-stack.

If there is no source code :
What is the concept of polish stack ?

Thanks :)


.



Relevant Pages

  • Re: polish stack
    ... I am looking for a Java source code for Polish Stack, ... A Polish Stack - A Stack algoritm, that is usefull for developing a tool for computing basic formulas, with priority. ... Polish or reverse-polish notation is better for computers to work with than infix notation, because it doesn't requires parenthesis to operate, and because computation is a simple stack-based algorithm. ...
    (comp.lang.java.programmer)
  • Re: polish stack
    ... I am looking for a Java source code for Polish Stack, ... A Polish Stack - A Stack algoritm, that is usefull for developing a tool for ... computing basic formulas, with priority. ...
    (comp.lang.java.programmer)
  • Re: polish stack
    ... I am looking for a Java source code for Polish Stack, ... A Polish Stack - A Stack algoritm, that is usefull for developing a tool ...
    (comp.lang.java.programmer)