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.
"Extra spaces before or after the code have no meaning and should be ignored."
The Kata description needs to clarify what ignore means. Does it mean ignore that the question has space and remove it from the answer or does it mean ignore the space and leave it as it is in the answer?
My code ignores any space in the beginning and the end. Hence it appears in the output and the output is treated incorrect.
How and where is the C++ list of words stored?
I tried Preloaded.WORDS and it doesn't seem to be working.
Marking as an issue because the Kata doesn't mention this.
Not fixed yet. My Random tests still have dimensions where the matrices are not square.