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,571 of 188,317
Downloads: 4,891
Daily
Ranking: 74,451 of 188,299
Downloads: 2
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,085,315,544 | bundler |
| 10 | 1,190,757,019 | rake |
| 29 | 936,211,935 | rspec |
| 57 | 629,439,712 | rubocop |
| 99 | 433,189,344 | simplecov |
| 188 | 248,647,992 | rubocop-rspec |
| 225 | 201,003,475 | yard |
| 415 | 113,554,208 | redcarpet |
| 1,311 | 31,929,160 | rubocop-rake |
| 1,338 | 30,632,404 | github-markup |
| 1,545 | 23,448,344 | rake-compiler |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | David_McCullars |