Challenge challenge | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

Challenge challenge

In DNA strings, symbols "A" and "T" are complements of each other, as "C" and "G". You have function with one side of the DNA (string, except for Haskell); you need to get the other complementary side. DNA strand is never empty or there is no DNA at all. DNA_strand ("ATTGC") # return "TAACG" DNA_strand ("GTAT") # return "CATA"

14th Aug 2017, 2:46 AM
Krafty Coder
Krafty Coder - avatar
3 Antworten
14th Aug 2017, 7:15 AM
Garikai
Garikai - avatar
+ 2
I'd advise you advertise your challenge here for easier reference https://www.sololearn.com/discuss/583904/?ref=app
14th Aug 2017, 8:25 AM
Garikai
Garikai - avatar
0
I'll do this once I get off work.
14th Aug 2017, 3:21 PM
Vari93
Vari93 - avatar