Question: Write a function palindromeWC() 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 palindromeWC() 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
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
