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,975 of 187,622
          Downloads: 4,803
        Daily
Ranking: 139,079 of 187,603
          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,012,753,026 | bundler | 
| 10 | 1,166,409,648 | rake | 
| 28 | 925,351,231 | rspec | 
| 57 | 613,899,529 | rubocop | 
| 98 | 425,428,441 | simplecov | 
| 188 | 243,027,369 | rubocop-rspec | 
| 224 | 197,278,027 | yard | 
| 414 | 111,231,473 | redcarpet | 
| 1,326 | 30,578,260 | github-markup | 
| 1,329 | 30,469,614 | rubocop-rake | 
| 1,571 | 22,069,263 | rake-compiler | 
Owners
| # | Gravatar | Handle | 
|---|---|---|
| 1 | David_McCullars |