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,138 of 193,214
Downloads: 5,157

Daily

Ranking: 94,007 of 193,188
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,441,039,624bundler
81,330,047,653rake
29983,045,376rspec
56695,992,094rubocop
97470,376,754simplecov
186274,520,273rubocop-rspec
227221,344,959yard
400125,175,815redcarpet
1,20038,688,069rubocop-rake
1,41030,837,841github-markup
1,47728,222,056rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars