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,825 of 187,988
Downloads: 4,844

Daily

Ranking: 38,408 of 187,967
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,048,429,741bundler
101,178,455,784rake
29930,679,140rspec
57621,371,756rubocop
99429,186,832simplecov
188245,768,383rubocop-rspec
225199,037,476yard
414112,375,860redcarpet
1,31831,173,447rubocop-rake
1,33430,606,940github-markup
1,55622,762,361rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars