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