Categories: None [Edit]
dijkstra_fast
Native implementation of Dijkstra algorithm for finding the shortest path
between two vertices in a large, sparse graphs. Underlying algorithm is
implemented in C using a priority queue. Edges are represented using linked
lists rather than an adjacency matrix to reduce memory footprint when operating
on very large graphs where the average number of edges between nodes is
relatively small (e.g. < 1/10 the number of nodes). See
https://en.wikipedia.org/wiki/Dijkstra's_algorithm for additional information.
Total
Ranking: 128,068 of 195,762
Downloads: 5,300
Daily
Ranking: 102,761 of 195,747
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,629,697,366 | bundler |
| 8 | 1,384,293,602 | rake |
| 29 | 1,006,320,288 | rspec |
| 57 | 728,179,197 | rubocop |
| 98 | 489,786,530 | simplecov |
| 183 | 287,798,442 | rubocop-rspec |
| 229 | 230,406,592 | yard |
| 397 | 130,999,375 | redcarpet |
| 1,141 | 42,141,861 | rubocop-rake |
| 1,438 | 30,953,961 | github-markup |
| 1,466 | 29,702,366 | rake-compiler |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | David_McCullars |