aboutsummaryrefslogblamecommitdiff
path: root/devel/py-pqueue/pkg-descr
blob: 2d17c83189e7b11c268118f3c26669e9a8cb44ff (plain) (tree)
1
2
3
4
5
6
                                                                       




                                                                      
This module implements efficient priority-queues using Fibonacci heaps.
While for many purpose this is not as efficient as the more-common
binomial heaps, it is very efficient in some aspects that make it very
useful for traversal of very large graph structures. 

WWW: http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/