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,180 of 189,104
Downloads: 4,971

Daily

Ranking: 88,565 of 189,083
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,155,797,051bundler
91,221,972,098rake
29946,005,779rspec
56643,705,495rubocop
99440,871,647simplecov
188253,816,633rubocop-rspec
224205,237,916yard
414115,836,509redcarpet
1,29333,296,239rubocop-rake
1,35430,673,988github-markup
1,52924,651,252rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars