PHP Priority Queue Implementation
        Posted  
        
            by Zahymaka
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zahymaka
        
        
        
        Published on 2010-04-26T15:41:51Z
        Indexed on 
            2010/04/26
            15:43 UTC
        
        
        Read the original article
        Hit count: 207
        
php
|priority-queue
I just finished coding a complex job assignment application where a lot of the work was done using priority queues. When I deployed, however, I discovered the web server ran PHP 5.2.
Has there been an implementation for PHP<5.3 that can server as a drop-in replacement for SPLPriorityQueue?
© Stack Overflow or respective owner