| Paketname | python-pqueue |
| Beschreibung | a priority queue extension for Python |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.2-7.1ubuntu1 |
| Sektion | universe/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 | Ubuntu Core developers |
| Quelle | |
| Paketgröße | 12556 Byte |
| Prüfsumme MD5 | 7391f6216c26a21b1e0c1327769d7211 |
| Prüfsumme SHA1 | 783fd2a4585c678818c56ffe02824b3202501898 |
| Prüfsumme SHA256 | 6b6fc17ca3b92a2628bf3ae1e111f88c512de4d2ada9dc23b9b20b6224af8168 |
| Link zum Herunterladen | python-pqueue_0.2-7.1ubuntu1_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).
|