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: 10,205 of 196,658
Downloads: 335,410
Daily
Ranking: 9,114 of 196,619
Downloads: 92
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 11,862 | 243,249 | lrucache |
| 33,930 | 40,993 | qrpc |
| 66,152 | 16,442 | ruck |
| 80,773 | 12,213 | gamelan |
| 100,596 | 8,601 | calabash-extras |
| 119,344 | 6,247 | mendel |
| 126,987 | 5,463 | huffman |
| 128,052 | 5,374 | dijkstra_graph |
| 136,270 | 4,839 | unified-queues |
| 141,267 | 4,551 | maca-gamelan |
| 141,267 | 4,551 | maca-gamelan |
| 148,208 | 4,169 | jvoorhis-gamelan |
| 150,428 | 4,061 | wonderland |
Depends on
| Rank | Downloads | Name |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | bschroed |