[algogeeks] Re: Algorithm and DS for generating valid words from bag of (15) letters

2008-06-26 Thread dingo
On Jun 26, 6:45 pm, "Mohammad Moghimi" <[EMAIL PROTECTED]> wrote: > What kind of search algorithm you've used? Well, I don't really know ;-) Basically I have generated datastructure on start of program, where every node has propertis SuccLetters (= all letters containded in subbranch of current

[algogeeks] Re: Algorithm and DS for generating valid words from bag of (15) letters

2008-06-26 Thread Mohammad Moghimi
What kind of search algorithm you've used? On 6/26/08, dingo <[EMAIL PROTECTED]> wrote: > > > There are plenty of games on net, where You have fixed (randomly > generated) letters (let's say fifteen of them) and You have to make up > as many valid words You can. > > There are some constraints, li