Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Eliminating Recursive Tree Walking by using MJD-style Infinite Streams?

by ikegami (Patriarch)
on Jun 16, 2008 at 21:28 UTC ( [id://692375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $paths->[0][0][0] = [
       [ 3, 0, 0 ],
    ...
    ];
    
    ...
    
  2. or download this
    $paths->{0,0,0} = [
       join($;, 3,0,0),
    ...
    ];
    
    ...
    
  3. or download this
    sub to_key {
       my ($x, $y, $s) = @_;
    ...
    );
    
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://692375]
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-03-28 15:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found