I have 5 strings, such as: \"one\", \"two\", \"three\", \"four\", and \"five\". I need to get all permutations of these strings. I\'ve explored all internet resources, but a
This article shows the complete code for getting all permutations of letters. Substitute letters with words and you have your solution:
http://www.codeproject.com/KB/recipes/Premutations.aspx