I'm looking for a combinatorial algorithm written in VB; a function that would list every possible combination of characters in a given string "ABC". I've found a lot of algorithms outputting permutations:
but none of all combinations
If anyone has one, I would appreciate the help.
Code:
ABC,BCA,CAB,...
Code:
A,AB,ABC,...