data structures module

Jimmy Retzlaff jimmy at retzlaff.com
Fri Jan 16 04:28:44 EST 2004


MetalOne wrote:

> Today, I wanted a priority queue.

As of 2.3 Python does have a priority queue:

http://www.python.org/doc/current/lib/module-heapq.html

Jimmy





More information about the Python-list mailing list