There was a live coding problem where they asked me to create a function that would reverse and reverse compliment a sequence. I had to optimize the code by thinking of an alternative method as well as a bonus point.
Utilisateur anonyme
Did a quick bootstrap method solution, and optimized it by creating a hash table for DNA and RNA mapping.