Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: Challenge: Mystery Word Puzzle

by trammell (Priest)
on Jan 13, 2005 at 03:07 UTC ( [id://421859]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Challenge: Mystery Word Puzzle
in thread Challenge: Mystery Word Puzzle

Well, I was shooting for baboon, octopus, mouse, snail. I guess the solution depends pretty critically on one's dictionary.

Replies are listed 'Best First'.
Re^5: Challenge: Mystery Word Puzzle
by BrowserUk (Patriarch) on Jan 13, 2005 at 21:49 UTC

    As it turns out, it appears that your code is also not repecting the "all letters in the mystery word are covered by letters in the hint words" rule.

    'octopus' is not a solution to your second puzzle because 'u' does not appear in the hint words:

    $length = 7; $hints = { 'shortest' => '3', 'drilling' => '0', 'locked' => '2', 'messing' => '1', 'irritated' => '1', 'glory' => '1', 'modes' => '2', 'transcribed' => '3' };

    limbic~region's challenge is definitely more complicated than it first appears.

    I believe that I finally have my pure regex solution working.


    Examine what is said, not who speaks.
    Silence betokens consent.
    Love the truth but pardon error.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-18 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found