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,440 of 188,742
Downloads: 4,933

Daily

Ranking: 81,713 of 188,718
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,117,000,961bundler
101,201,589,493rake
29940,867,791rspec
57636,329,410rubocop
99436,791,584simplecov
188251,012,357rubocop-rspec
225203,118,559yard
415114,586,183redcarpet
1,30232,548,118rubocop-rake
1,34730,652,206github-markup
1,53824,148,088rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars