Question: Write a function isWatsonCrickPalindrome() that takes a DNA string as its input and returns true if the string is a Watson-Crick complemented palindrome, and false
Write a function isWatsonCrickPalindrome() that takes a DNA string as its input and returns true if the string is a Watson-Crick complemented palindrome, and false otherwise. A Watson-Crick complemented palindrome is a DNA string that is equal to the reverse of its Watson-Crick complement.
Step by Step Solution
3.32 Rating (143 Votes )
There are 3 Steps involved in it
Sure lets break down this problem A WatsonCrick complemented palindrome is a DNA string that when re... View full answer
Get step-by-step solutions from verified subject matter experts
