In some implementations I've seen of this exercise, if I were to pass in a sequence of ATCGLL, we see include L: 2 in the results. There is no test to indicate if that behaviour is invalid and it doesn't seem right. Are we in favour of adding a test case to address invalid input or does that feel like it's outside the scope of this exercise?
In some implementations I've seen of this exercise, if I were to pass in a sequence of ATCGLL, we see include
L: 2in the results. There is no test to indicate if that behaviour is invalid and it doesn't seem right. Are we in favour of adding a test case to address invalid input or does that feel like it's outside the scope of this exercise?