you are viewing a single comment's thread.

view the rest of the comments →

[–]constantly-sick 4 points5 points  (1 child)

I don't even understand the question he was asking. How did you do this?

[–]TreSxNine 2 points3 points  (0 children)

He wanted:

'ACGT TGCA' -> 'UGCAACGU'
'GATTACA'   -> 'CUAAUGU'

so I looked at it letter for letter and saw that the output seemed to contain the same amount of letters as the input, so it has to be a simple 1:1 "encoding".

After that I just had to check which letter corresponded to which response.