Categories: None [Edit]

gratr19

https://rubygems.org/gems/gratr19
https://github.com/amalagaura/gratr
GRATR is a framework for graph data structures and algorithms. This library is a fork of RGL. This version utilizes Ruby blocks and duck typing to greatly simplfy the code. It also supports export to DOT format for display as graphics. GRATR currently contains a core set of algorithm patterns: * Breadth First Search * Depth First Search * A* Search * Floyd-Warshall * Best First Search * Djikstra's Algorithm * Lexicographic Search The algorithm patterns by themselves do not compute any meaningful quantities over graphs, they are merely building blocks for constructing graph algorithms. The graph algorithms in GRATR currently include: * Topological Sort * Strongly Connected Components * Transitive Closure * Rural Chinese Postman * Biconnected

Total

Ranking: 12,044 of 193,214
Downloads: 222,622

Daily

Ranking: 61,331 of 193,188
Downloads: 3

Depended by

RankDownloadsName
21,89874,310gitolite
23,97464,891jbox-gitolite
37,15734,923columns_matcher
80,80911,839gitolite-rugged
100,2988,384gitolite-dtg

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconamala