Categories: None [Edit]

dijkstra_fast

https://rubygems.org/gems/dijkstra_fast
https://github.com/david-mccullars/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,351 of 189,654
Downloads: 4,974

Daily

Ranking: 57,531 of 189,628
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,194,011,454bundler
91,238,481,866rake
29951,193,561rspec
56651,086,082rubocop
99444,869,879simplecov
188256,648,396rubocop-rspec
226207,181,471yard
414117,041,686redcarpet
1,28734,024,662rubocop-rake
1,36130,691,580github-markup
1,52525,160,449rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars