Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Challenge: 8 Letters, Most Words

by repellent (Priest)
on Oct 31, 2013 at 18:06 UTC ( #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 taking refuge in the Monastery: (3)
As of 2023-12-09 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (37 votes). Check out past polls.

    Notices?