Re: Python Permutations Problem

2009-08-14 Thread MRAB
Asanka Wasala wrote: Hi I am developing a spell checker for my language, and I came across solving an interesing problem. It would be great if you can suggest me an optimized solution for the problem described below: I have certain group of letters like these: Group #1: c,r,b Group #2: a,z,k

Python Permutations Problem

2009-08-14 Thread Asanka Wasala
Hi I am developing a spell checker for my language, and I came across solving an interesing problem. It would be great if you can suggest me an optimized solution for the problem described below: I have certain group of letters like these: Group #1: c,r,b Group #2: a,z,k Group #3: h,t . .

Re: Python Permutations Problem

2009-08-14 Thread Mensanator
On Aug 14, 11:28 am, Asanka Wasala was...@gmail.com wrote: Hi I am developing a spell checker for my language, and I came across solving an interesing problem. It would be great if you can suggest me  an optimized solution for the problem described below: I have certain group of letters like