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: 135,803 of 180,554
Downloads: 3,842

Daily

Ranking: 93,573 of 180,543
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,088,664,429bundler
16857,798,287rake
23769,978,324rspec
68416,613,235rubocop
102313,103,867simplecov
200155,998,119rubocop-rspec
222142,692,454yard
37885,677,307redcarpet
1,04729,841,178github-markup
1,56814,441,467rubocop-rake
1,70011,888,090rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars