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,975 of 187,622
Downloads: 4,803

Daily

Ranking: 139,079 of 187,603
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,012,753,026bundler
101,166,409,648rake
28925,351,231rspec
57613,899,529rubocop
98425,428,441simplecov
188243,027,369rubocop-rspec
224197,278,027yard
414111,231,473redcarpet
1,32630,578,260github-markup
1,32930,469,614rubocop-rake
1,57122,069,263rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars