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

Re: Re: OT: How to find anagrams?

by MidLifeXis (Monsignor)
on Apr 28, 2004 at 18:07 UTC ( [id://348900]=note: print w/replies, xml ) Need Help??


in reply to Re: OT: How to find anagrams?
in thread OT: How to find anagrams?

You could generate an SQL statement (on other DBs) such as...

SELECT word FROM words WHERE length(word) = N AND word like '%A%A%' (if there are 2 'A' in the orig) AND word like '%B%' (if there is 1 'B' in the orig) ... ...
to get all of your candidates.

Of course, this assumes that your word list is in a DB.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found