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.
Getting the following error (similar to Rdaniels34 I think). All the tests are being passed but it's not reaching submit:
Test Results:
{"stdout":"Basic tests\nunique letters\nTest Passed: Value == ["a"]\nTest Passed: Value == ["ab", "ba"]\nTest Passed: Value == ["abc", "acb", "bac", "bca", "cab", "cba"]\nTest Passed: Value == ["abcd", "abdc", "acbd", "acdb", "adbc", "adcb", "bacd", "badc", "bcad", "bcda", "bdac", "bdca", "cabd", "cadb", "cbad", "cbda", "cdab", "cdba", "dabc", "dacb", "dbac", "dbca", "dcab", "dcba"]\nTest Passed: Value == ["abcd", "abdc", "acbd", "acdb", "adbc", "adcb", "bacd", "badc", "bcad", "bcda", "bdac", "bdca", "cabd", "cadb", "cbad", "cbda", "cdab", "cdba", "dabc", "dacb", "dbac", "dbca", "dcab", "dcba"]\n
.... till the end of the tests
Holy shit
This comment is hidden because it contains spoiler information about the solution