Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Tree::DAG_Node

by Anonymous Monk
on Sep 02, 2003 at 15:58 UTC ( [id://288350]=note: print w/replies, xml ) Need Help??


in reply to Tree::DAG_Node

The DAG comes from Directed Acyclic Graph. All the arcs have direction (you can only travel from parent to child, for instance), and the entire graph has no cycles (it isn't possible to travel from a node back to itself without having to retrace the outgoing path). All DAGs can be viewed as trees (or forests, depending on how many connected components you have).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://288350]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-24 20:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found