Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Tree in perl

by roboticus (Chancellor)
on Nov 17, 2014 at 15:14 UTC ( [id://1107429]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "BAM!\n" if exists $G{25}{30};
    
  2. or download this
    {
      1  => { 2 => 0, 3 => 0 },
    ...
      25 => {},
    }
    Start: 1, End: 5
    
  3. or download this
    my %G = (
       1=>{ EDGES=> { # Edges for node 1
    ...
       },
       2=> ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 07:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found