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.
Log:
This is the input argument from the Top3 function:
"a a a b c c d d d d e e e e e
e e e e DDD ddd DdD: ddd ddd aa aA Aa, bb cc cC e e e
//wont won't won't
, e ..
...
' "
This is the error it generates:
Test Failed
Expected is <System.Collections.Generic.List
1[System.String]> with 0 elements, actual is <System.Collections.Generic.List
1[System.String]> with 1 elementsValues differ at index [0]
Extra: < "'" >
How can you possibly send an empty list if there is clearly multiple frequently used words in the input?