![]() |
VB Script to generate all possible combinations of words for a given set of letters
Hi All,
I am new to the world of VB scripting. I am trying to get some help writing a VB script that generates all possible combinations of words from the letters provided. for ex: Input -> {a,b,c} expected outpur - > abc acb bac bca cab cba Any help would be great Cheers Gopal |
Re: VB Script to generate all possible combinations of words for a given set of letters
You are looking for a permutation algorithm.
|
Re: VB Script to generate all possible combinations of words for a given set of letters
Thanks a lot for that.. The first link that comes up gives a good explanation of it.. served the purpose.. Thanks :)
|
| All times are GMT +5.5. The time now is 05:25. |