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,303 of 190,317
Downloads: 5,003

Daily

Ranking: 74,401 of 190,280
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,240,425,504bundler
81,255,248,311rake
29957,358,331rspec
56659,701,421rubocop
99449,649,641simplecov
188259,952,754rubocop-rspec
227209,610,747yard
412118,584,790redcarpet
1,27434,821,109rubocop-rake
1,36730,716,463github-markup
1,52025,653,226rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars