News Feed
Jobs Feed
Sections




News Archive
Nick Halstead's Blog:
Reverse Polish Notation in PHP
August 06, 2007 @ 16:56:00

As a follow up to a previous post where he discussed reverse polish notation, Nick Halstead has decided to split off the code he created for that previous post into a new, sleeker post without much of the explanation and heavy on the code.

My last post about back to basics covered reverse polish notation including a link to a RPN parser which I wrote to allow people to learn by example (best way in my opinion and in yours). The post got quite long and the PHP code was not really relevant to the subject so I have decided to include in this separate post instead.

There's two parts to the post - a pseudo-code explanation that an overview of how things work and the actual code, a block of code (in the 30 line area) that runs through each item and, based on a token, pushes the value into the array differently.

1 comment voice your opinion now!
polish notation reverse pseudocode polish notation reverse pseudocode


blog comments powered by Disqus

Similar Posts

Zend PHP Certification Blog: PHP Sorting Functions

Debuggable Blog: How To Save Half A Second On Every CakePHP Request

Nick Halstead's Blog: Uses of Pseudo Code in Development

Utah PHP Users Group: PHP and JSON

Nick Halstead's Blog: Solving Programming Problems


Community Events











Don't see your event here?
Let us know!


language introduction interview development series testing functional zendframework2 community object example podcast release unittest framework phpunit application opinion code tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework