What is the best queue implemetation in Python?

John rds1226 at sh163.net
Thu Feb 22 19:12:27 EST 2007


I want to write a code for Breadth First Traveral for Graph, which needs a
queue to implement.

I wonder that for such a powerful language as Python, whether there is a
better and simpler implementation for a traditional FIFO queue?


Thanks!





More information about the Python-list mailing list