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: 133,455 of 183,107
Downloads: 4,146

Daily

Ranking: 86,038 of 183,092
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
10953,844,246rake
25817,849,894rspec
63475,587,280rubocop
99348,223,614simplecov
197183,546,275rubocop-rspec
224158,681,269yard
39293,021,715redcarpet
1,13530,057,223github-markup
1,52818,316,198rubocop-rake
1,74013,612,087rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars