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.
I am seeing several random tests fail for unknown reasons. The following two tests expected that the word would be found, but I can't tell why that would be the case:
['T', 'T', 'M', 'D', 'A']
['G', 'Y', 'I', 'N', 'N']
['P', 'A', 'L', 'C', 'E']
['I', 'A', 'U', 'L', 'G']
['A', 'M', 'I', 'N', 'A']
AMINLGIA
[['T', 'T', 'M', 'D', 'A'],
['G', 'Y', 'I', 'N', 'N'],
['P', 'A', 'L', 'C', 'E'],
['I', 'A', 'U', 'L', 'G'],
['A', 'M', 'I', 'N', 'A']]
word is Z
(very confusing - no Z on the board)