Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: How do I use Graph::Traversal?

by runrig (Abbot)
on Jul 06, 2005 at 23:34 UTC ( [id://472973]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $trav = Graph::Traversal::DFS->new($graph, next_alphabetic=>1);
    my $v; print "$v\n" while $v = $trav->preorder;
    ...
    c
    d
    e
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-25 09:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found