Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: Challenge: 8 Letters, Most Words

by BrowserUk (Patriarch)
on Oct 04, 2013 at 22:14 UTC ( [id://1056946]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Challenge: 8 Letters, Most Words
in thread Challenge: 8 Letters, Most Words

Update: Amongst other possible errors, this rejects words that have more than 8 letters; whereas it should only reject words with more than 8 unique letters!

The corrected version is much slower. (And still running!)

BTW: Where is your (attempt at) a solution? Or are you one of those that can only get their jollies critiquing others honest attempts?


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^6: Challenge: 8 Letters, Most Words
by McA (Priest) on Oct 04, 2013 at 23:58 UTC

    Hi BrowserUK,

    my approach is still running. I'll present my "solution" as soon as I have the feeling I did it right. My solution is a real brute force solution. I will last some time as I have to loop over 13,884,156 permutations iterating over 35016 unique words.

    I hope I'll be right. ;-)

    McA

      I'll present my "solution" as sson as I have the feeling I did it right.

      The beauty of challenges is that no one is harmed -- and we can all learn from -- imperfect attempts.

      The trouble with waiting for brute force is that if you've not considered something, that someone else can point out, you've a long time to wait before you discover that.

      I look forward to critiquing your approach :)


      With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
      Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
      "Science is about questioning the status quo. Questioning authority".
      In the absence of evidence, opinion is indistinguishable from prejudice.

        Well spoken! (++)

        I hope there will be no reason for doing so, besides of the runtime... ;-)

        I'm really curious.

        I'm just searching for a module helping me to parallize the approch. I need one which is able to return results to the parent.

        UPDATE: The very first output of my script is:

        'tux' can be produced by 'aaaaatux'

        I'm sure THIS IS A SIGN! ;-)

        Regards
        McA

Log In?
Username:
Password:

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

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

    No recent polls found