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.
copy pasters i guess
Wow. It remains to implement the rotation of arrays in the vanilla Python
i really like solutions that utilize external libraries, it teaches me many functions external libraries have that i could have applied for my solution
the kata maker didn't make a test to ban it, so don't get mad over this solution being a "cheat" or "effortless", there's no reason re-doing something in python thats going to be 100x slower and not as optimized.
bro how did you even think of this
concise, very smart use of regex, bravo
this is precisely why i will never ever be a competent programmer
absolutely cerebral
good stuff
From the description I understood the task to be removing adjacent opposite pairs in a loop from the list until none remained to remove. But one of the python tests fails with "['SOUTH', 'WEST', 'WEST'] should equal ['WEST']". That seems to make no sense, because SOUTH and WEST are not opposites!
bro why is one of the tests literally ["NORTHNORTH"] ?????? what is the meaning of this
this is genius