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.
As others have indicated, the instructions should specify required allowances for spacing, punctuation, and case.
I think you need to state that the function should return the words in the same order as they are found in the sentence. The first method I tried didn't use a stable sort, so I was wondering why my solution didn't pass even though it was returning the correct words.
It would be helpful if you explicitly stated in the kata description that case and non-alpha characters are disregarded in the palindrome test.