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: 131,200 of 186,995
Downloads: 4,522

Daily

Ranking: 58,419 of 186,959
Downloads: 10

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,908,242,014bundler
101,129,028,222rake
27909,782,048rspec
57590,210,635rubocop
99413,875,826simplecov
187234,552,730rubocop-rspec
223191,892,382yard
411107,805,986redcarpet
1,30830,495,352github-markup
1,37528,228,429rubocop-rake
1,60820,370,514rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars