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: - of 0
Downloads: -

Daily

Ranking: - of 0
Downloads: -

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,524,455,789bundler
81,354,615,159rake
29993,218,487rspec
56710,510,158rubocop
97478,892,970simplecov
185280,452,323rubocop-rspec
227225,389,305yard
401127,744,888redcarpet
1,17640,176,436rubocop-rake
1,42330,879,958github-markup
1,47528,921,272rake-compiler

Owners

#GravatarHandle
1iconDavid_McCullars