Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Puzzle: need a more general algorithm

by Ovid (Cardinal)
on Jul 09, 2002 at 02:56 UTC ( [id://180388]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      10  15  20  10
      10          10
    
  2. or download this
      10  10  20  10
          15      10
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        $columns[$a] -= $height[1];
    }
    print Dumper \@distribution;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-03-19 02:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found