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.
Thanks, you were right, sorry for bad issue.
I think there is a problem with two tests > [2,2,3]: [4,9,9] in Dart.
Both expects a false result, but I think it should be true.
There is a test [2,3,3]: [4,4,9] and my code has passed that test but not the other test with the difference that is the same but changing two numbers.