in reply to Re: Re: Re: Re: (Golf) Reversing RPN Notation
in thread (Golf) Reversing RPN Notation
Yes, '/' would need to be 4. And yes, the second one poses the problem if there's no indication of order being important on an operation ("a op b" not being equal to "b op a"). Chipmunk's got part of the problem with associtivity in his 171 char solution, but I might need to restate the problem to handle this concept; at the time, I was only aiming for a general solution assuming that order didn't matter.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Re: (Golf) Reversing RPN Notation
by MeowChow (Vicar) on May 22, 2001 at 00:02 UTC |