Ad
  • Custom User Avatar

    I'm getting a failed test that isn't very informative and doesn't seem to make sense to me. Can you make the tests give more useful output when they fail, please?

  • Custom User Avatar

    The 'up-down' and 'down-up' pseudo-nomenclature is not helpful. Either call it what it is, 5'->3' and 3'->5', or just call it 'forward' and 'reverse' like we do for oligonucleotides. It's just clearer.

  • Custom User Avatar

    Thanks, that's MUCH clearer than the wording in the instructions.

  • Custom User Avatar

    The instructions don't match the test cases. The instructions say
    only words with 5 or more letters should be reversed,
    even if the sentence is only 1 word long.
    But one of the test cases is failing
    on a single word that is only 2 letters long. This doesn't match
    the description or the examples you provided in the instructions.

  • Custom User Avatar

    I don't understand the instructions. "either the double or the double plus one of the preceding number" suggests [1,2,3] should be valid output for any sequence with N >= 3, no? Or how do you choose whether the 'unique sequence' result is supposed to be [1,3] ?