Registry / utility / dag
library0.0.9rbrubygemsunverified

A very simple library for working with directed acyclic graphs.

gem install dag
INSTALL
IMPORT
SIG · DAG
D
dag
utilityrubyv0.0.9
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.

DAG
require 'dag'

Create a DAG and add vertices and edges

require 'dag' graph = DAG.new graph.add_vertex(1) graph.add_vertex(2) graph.add_edge(1, 2)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.9latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
dag — gem install dag · libregistry