implement a function that takes as input a set of strings and produce the set of
all permutations of the set
No using the algorithm> library header/functions
program should read the set of strings from standard in and print the resulting set of
permutations should to standard output.
possibly use recursion
assume that the input file has one string per line
let me know if you are able to do this
pm/post for more info
much appreciated
