| Author |
code to find out all combinations
|
pavanb kumar
Greenhorn
Joined: Mar 09, 2004
Posts: 2
|
|
I want code to find out all combinations of a word for eg., if i have a word ABCD,then i have to find out all the combinations of this word like AB,AC,ABD.
|
pavan
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
Since this doesn't have anything specifically to do with Swing/JFC/AWT GUI stuff, I'm moving this post to the Java In General (Beginner) forum. (In addition, this sounds suspiciously like a homework problem... and there's a difference between asking "Give me some suggestions/hints/pointers on how to do X" and "Post the code for X so I can cut and paste it into my homework". I'll give a hint... this involves loops and methods on the String class.)
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: code to find out all combinations
|
|
|