Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Can you please also add a test case where n exceeds, the size of p?
What happens, when n exceeds the size of p?
What happens, when n exceeds the size of p?
What happens, when n exceeds the size of p?
What happens, when n exceeds the size of p?
Invalid result for cigar=10M, nuc_seq=ACTGCACTGC
Expected: equal to "True"
Actual: "Invalid cigar"
Invalid result for cigar=2M6S2M5S, nuc_seq=ATAACCCT
Expected: equal to "Invalid cigar"
Actual: "False"
Invalid result for cigar=2M1S5M8S, nuc_seq=TCG
Expected: equal to "Invalid cigar"
Actual: "False"
But if anagrams are case sensitive, then why are Buckethead and DeathCubeK true anagrams according to the C++ test cases?