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,571 of 188,317
Downloads: 4,891

Daily

Ranking: 74,451 of 188,299
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,085,315,544bundler
101,190,757,019rake
29936,211,935rspec
57629,439,712rubocop
99433,189,344simplecov
188248,647,992rubocop-rspec
225201,003,475yard
415113,554,208redcarpet
1,31131,929,160rubocop-rake
1,33830,632,404github-markup
1,54523,448,344rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars