Categories: None [Edit]
PriorityQueue
This is a fibonacci-heap priority-queue implementation. That means insert: O(1) decrease_priority: Amortized O(1) delete_min: Amortized O(log n) This project is different from K. Kodamas PQueue in that it allows a decrease key operation. That makes PriorityQueue usable for algorithms like dijkstras shortest path algorithm, while PQueue is more suitable for Heapsort and the like.
Total
Ranking: - of 0
Downloads: -
Daily
Ranking: - of 0
Downloads: -
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 11,774 | 236,611 | lrucache |
| 33,523 | 40,558 | qrpc |
| 65,408 | 16,314 | ruck |
| 80,099 | 12,082 | gamelan |
| 100,255 | 8,451 | calabash-extras |
| 118,485 | 6,158 | mendel |
| 125,391 | 5,432 | huffman |
| 127,111 | 5,281 | dijkstra_graph |
| 134,811 | 4,783 | unified-queues |
| 139,922 | 4,489 | maca-gamelan |
| 139,922 | 4,489 | maca-gamelan |
| 148,086 | 4,045 | jvoorhis-gamelan |
| 148,896 | 4,006 | wonderland |
Depends on
| Rank | Downloads | Name |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | bschroed |