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: 129,191 of 187,267
Downloads: 4,748

Daily

Ranking: 70,021 of 187,255
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,974,801,296bundler
101,152,586,541rake
27919,702,603rspec
57604,868,204rubocop
99421,400,699simplecov
186240,098,415rubocop-rspec
224195,319,256yard
411110,015,385redcarpet
1,31830,546,225github-markup
1,34529,694,953rubocop-rake
1,58921,394,046rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars