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,196 of 191,455
Downloads: 5,038
Daily
Ranking: 169,728 of 191,429
Downloads: 0
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,290,634,251 | bundler |
| 8 | 1,273,120,523 | rake |
| 29 | 964,231,479 | rspec |
| 56 | 668,980,859 | rubocop |
| 99 | 454,797,191 | simplecov |
| 188 | 263,507,092 | rubocop-rspec |
| 227 | 212,223,477 | yard |
| 407 | 120,365,971 | redcarpet |
| 1,257 | 35,764,009 | rubocop-rake |
| 1,374 | 30,744,404 | github-markup |
| 1,511 | 26,319,010 | rake-compiler |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | David_McCullars |