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,204 of 192,692
Downloads: 5,122

Daily

Ranking: 78,534 of 192,666
Downloads: 10

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,389,621,074bundler
81,311,002,349rake
29976,634,844rspec
56686,952,113rubocop
99464,953,038simplecov
186270,772,474rubocop-rspec
226218,636,215yard
403123,581,066redcarpet
1,22537,640,404rubocop-rake
1,39730,809,233github-markup
1,48427,625,796rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars