Hello,
I am new to C++ and I wanted to get the output from the following code. My objective is to get all permutations of DNA words for a given number of letters. (numLetter=4 in this case). Now I want to save these DNA words to an array somewhere so that I can use them for some other computations. I tried many hours, but couldn't figure it out. Any help would be appreciated.
Thanks,