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,664 of 182,901
Downloads: 4,123

Daily

Ranking: 38,928 of 182,889
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,376,550,309bundler
10944,905,605rake
25813,532,591rspec
63469,993,113rubocop
99344,937,917simplecov
197181,020,977rubocop-rspec
224156,918,186yard
39292,301,816redcarpet
1,12930,039,370github-markup
1,53417,941,652rubocop-rake
1,74013,413,427rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars