Re: [Tutor] Algorithm

2009-08-23 Thread Alan Gauld
"kreglet" wrote The problem that I am having is writing an algorithm for finding all the possible words from a given word. For example: python This sounds a lot like a homework. We don't give direct help on homeworks but will try to point you in the right direction. It helps if you tell/sho

[Tutor] Algorithm

2009-08-23 Thread kreglet
Hello, The problem that I am having is writing an algorithm for finding all the possible words from a given word. For example: python from "python" you can make the words pot, top, hop, not etc. There are few examples for making anagrams for a word, but only the whole word. I have tried unsucc

Re: [Tutor] get name of calling class at runtime

2009-08-23 Thread Serdar Tumgoren
>> I think it does makes sense to keep SQL confined to well-defined >> locations. This can be per class - each class holds its own SQL - or a >> single class that does all database access so all SQL and database >> dependencies are in one place. The above is precisely what I'm after, and I agree t