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,138 of 193,214
Downloads: 5,157
Daily
Ranking: 94,007 of 193,188
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,441,039,624 | bundler |
| 8 | 1,330,047,653 | rake |
| 29 | 983,045,376 | rspec |
| 56 | 695,992,094 | rubocop |
| 97 | 470,376,754 | simplecov |
| 186 | 274,520,273 | rubocop-rspec |
| 227 | 221,344,959 | yard |
| 400 | 125,175,815 | redcarpet |
| 1,200 | 38,688,069 | rubocop-rake |
| 1,410 | 30,837,841 | github-markup |
| 1,477 | 28,222,056 | rake-compiler |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | David_McCullars |