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.
Swift. So it is the Swift version of this kata that is very wrong, perhaps? :)
There must be something VERY WRONG with this kata!
With the coordinate (-101.572654585255 , -111.898313933494), the RIGHT answer should be 7, this is my proof:
There must be something VERY WRONG with this kata!
With the coordinate (-101.572654585255 , -111.898313933494), the RIGHT answer should be 7, this is my proof: https://ggbm.at/cr6Rg3Nf
what if s1 = "ABCA" and s2 = "BCA"?
shiftedDiff("ABCA", "BCA") should return Optional(2).
Does that make any sense?