Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Puzzle2: What is the largest /hex/ integer ...

by tye (Sage)
on Oct 27, 2005 at 15:28 UTC ( [id://503376]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Algorithm::Loops qw( NextPermute );
    ...
    for my $len ( 1..@digs ) {
        Biggest( $len, @map{ @digs } );
    }
    
  2. or download this
    f
    7e
    ...
    fedcba1932547
    fedcb97a645183
    fedcba384952716
    
  3. or download this
    use strict;
    use Algorithm::Loops qw( NextPermute );
    ...
        Biggest( $len, @map{ @five } )   if  $len <= @five;
        print "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-24 22:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found