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

Re: Challenge: 8 Letters, Most Words

by repellent (Priest)
on Oct 31, 2013 at 18:06 UTC ( [id://1060617]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ time t.pl 2of12inf.txt
    Done processing dict (40933 words). Candidate counts, by number of let
    +ters:
    ...
    real    0m4.860s
    user    0m3.665s
    sys     0m0.160s
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    for my $w (sort { $data_max->{$a}{total} <=> $data_max->{$b}{total} } 
    +keys %$data_max) {
        print "$w : $data_max->{$w}{total}\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-18 16:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found