| Author |
All possible combinations of alphabets
|
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
Hello,
I am trying to generate all combination of 3 and 4 characters input e.g. abc or abcd
Unable to understand how its possible. Please help me
Best regards
|
 |
Piyush Joshi
Ranch Hand
Joined: Jun 10, 2011
Posts: 207
|
|
may be you can find this Old Thread useful.
Have you tried something? or atleast thought of?
|
Piyush
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9955
|
|
step 1: Get a pencil and paper (or use notepad or some other editor)
step 2: write down how you, personally, would do this by hand.
step 3: revise your steps until you have crystal clear directions that anyone can read, understand, and follow.
Don't even think about writing a single like of java code until you have done this.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
 |
|
|
subject: All possible combinations of alphabets
|
|
|