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,280 of 192,137
Downloads: 5,081

Daily

Ranking: 82,222 of 192,103
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,342,103,677bundler
81,292,456,495rake
29970,934,436rspec
56678,687,791rubocop
99460,193,193simplecov
187267,179,682rubocop-rspec
227215,002,076yard
405122,144,126redcarpet
1,23436,767,869rubocop-rake
1,38830,782,138github-markup
1,49627,016,559rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars