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.
Test functions for javascript:
not an issue ~ reread the instructions
It appears in javascript there are issues with two of the test cases
doTest([20,1,-1,2,-2,3,3,5,5,1,2,4,20,4,-1,-2,5], 5);
doTest([20,1,1,2,2,3,3,5,5,4,20,4,5], 5);
Expect the answer to be 5, but in both there are multiple 5s and in the instructions it said this would not be the case
maybe tests are broken in the C#?
I get an error that actual list contains 2 words while the expected result contains 5 words, and that the follwoing words are missing in the actual list: "abab", "baba", "baab"
I run it localy on my visual studio and these 3 missing words are marked as anagrams when the input single word is 'abba'
Is there a way to see the tests input (not the sampel tests) ?
No tests for javascript
Im getting this issue as well