Paketname | python-pqueue |
Beschreibung | a priority queue extension for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.2-7.1+b1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 96 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.5) |
Empfohlene Pakete | |
Paketbetreuer | Chris Lawrence |
Quelle | python-pqueue (0.2-7.1) |
Paketgröße | 12598 Byte |
Prüfsumme MD5 | 5b16175c9239aff49ae95011ba74f0e9 |
Prüfsumme SHA1 | 85a0e5ed2de9ac2aa08f35b309675fd7d14565f1 |
Prüfsumme SHA256 | 27c1abab9846d604792996c98c8ae0464b9f6e7efcaa308ab114a8e8fb914b2a |
Link zum Herunterladen | python-pqueue_0.2-7.1+b1_i386.deb |
Ausführliche Beschreibung | This C extension implements a priority-queue object using a Fibonacci
heap as the underlying data structure. It supports insertion,
deletion, and reprioritization of entries.
.
All operations are O(log N) or faster; insertion and finding the
lowest-priority item are O(1).
|