Registry / utility / rgl
library0.6.7rbrubygemsunverified

A framework for graph data structures and algorithms in Ruby.

gem install rgl
INSTALL
IMPORT
SIG · RGL
R
rgl
utilityrubyv0.6.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RGL
require 'rgl'

Create a simple directed graph and add edges.

require 'rgl/adjacency' graph = RGL::AdjacencyGraph.new graph.add_edge(1, 2) graph.add_edge(2, 3) puts graph.to_s
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.7latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rgl — gem install rgl · libregistry