c# program
I need a c# program to get all the possible combinations of a given string characters. For example If user has give string "MAD" then i have to store all the strings that can be made using characters( 'M' , 'A', 'D'). I am not able to get the logic for this becaude user can give string of any length. Please Help/......!! Thanx in Advance..

dinesh kumarPosted Apr 22, 2015, 9:42 AM
Please up vote and accept if it helps you.
Regards
DK
Nanhe SiddiquePosted Apr 21, 2015, 7:16 AM
read this link
http://www.softwareandfinance.com/CSharp/Permutation_Algorithm.html