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,825 of 187,988
Downloads: 4,844
Daily
Ranking: 38,408 of 187,967
Downloads: 4
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,048,429,741 | bundler |
| 10 | 1,178,455,784 | rake |
| 29 | 930,679,140 | rspec |
| 57 | 621,371,756 | rubocop |
| 99 | 429,186,832 | simplecov |
| 188 | 245,768,383 | rubocop-rspec |
| 225 | 199,037,476 | yard |
| 414 | 112,375,860 | redcarpet |
| 1,318 | 31,173,447 | rubocop-rake |
| 1,334 | 30,606,940 | github-markup |
| 1,556 | 22,762,361 | rake-compiler |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | David_McCullars |