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: 133,664 of 182,901
Downloads: 4,123
Daily
Ranking: 38,928 of 182,889
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 | 2,376,550,309 | bundler |
10 | 944,905,605 | rake |
25 | 813,532,591 | rspec |
63 | 469,993,113 | rubocop |
99 | 344,937,917 | simplecov |
197 | 181,020,977 | rubocop-rspec |
224 | 156,918,186 | yard |
392 | 92,301,816 | redcarpet |
1,129 | 30,039,370 | github-markup |
1,534 | 17,941,652 | rubocop-rake |
1,740 | 13,413,427 | rake-compiler |
Owners
# | Gravatar | Handle |
---|---|---|
1 | David_McCullars |