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,254 of 193,756
Downloads: 5,173

Daily

Ranking: 110,042 of 193,649
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,494,238,297bundler
81,345,947,699rake
29989,540,006rspec
56705,297,141rubocop
97475,839,609simplecov
185278,334,013rubocop-rspec
226223,990,022yard
400126,801,334redcarpet
1,18539,616,885rubocop-rake
1,41730,863,583github-markup
1,47528,684,964rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars