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: 132,905 of 183,477
Downloads: 4,202

Daily

Ranking: 25,458 of 183,470
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,456,134,847bundler
10969,073,546rake
25825,073,950rspec
62484,887,430rubocop
98353,748,210simplecov
196187,771,118rubocop-rspec
224160,939,746yard
39594,217,946redcarpet
1,14630,090,869github-markup
1,51818,958,332rubocop-rake
1,74113,941,992rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars