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.
Ran my csharp solution in a console app and got the correct result returned in far less then an actual second. Yet codewars seems to time out...
Well yes I did go the string route, but that is barely going to affect anything in csharp to be fair.
I cant be the only one using Union now can I?
Its a function that returns a boolian:true IF the string "abc" can be found in the remaining 4 letters after splicing from both sides. The number is 4 to deal with the even numbered edge cases. If the excercise only took the exact middle as true you could use seq.length>3.