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: 9,858 of 187,950
Downloads: 300,194
Daily
Ranking: 31,112 of 187,922
Downloads: 24
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 11,584 | 215,856 | lrucache |
| 32,869 | 38,864 | qrpc |
| 64,342 | 15,715 | ruck |
| 78,838 | 11,643 | gamelan |
| 99,696 | 8,017 | calabash-extras |
| 117,049 | 5,907 | mendel |
| 122,989 | 5,288 | huffman |
| 126,902 | 4,958 | dijkstra_graph |
| 134,394 | 4,518 | unified-queues |
| 139,098 | 4,265 | maca-gamelan |
| 139,098 | 4,265 | maca-gamelan |
| 147,897 | 3,813 | jvoorhis-gamelan |
| 149,455 | 3,746 | wonderland |
Depends on
| Rank | Downloads | Name |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | bschroed |