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,196 of 191,455
Downloads: 5,038

Daily

Ranking: 169,728 of 191,429
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,290,634,251bundler
81,273,120,523rake
29964,231,479rspec
56668,980,859rubocop
99454,797,191simplecov
188263,507,092rubocop-rspec
227212,223,477yard
407120,365,971redcarpet
1,25735,764,009rubocop-rake
1,37430,744,404github-markup
1,51126,319,010rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars