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.
Go Translation & tried to be more descriptive in the description
getShortText
is never tested except in random tests.It is not specified how words with the same frequency should be ordered in
getKeywords
.No random tests in C#
Actual and expected are swapped in PHP
The problem statement is severely underspecified. You can't just give a few simple examples in the description and sample tests, and expect the solver to figure out all the details, i.e. edge cases. No one wants to play hide-and-seek with the random tests and discover new classes of failing assertions on every single attempt.
The expected and actual values are reversed.
Ruby 3.0 should be enabled.
Fun kata , however i feel like the instructions are not complete.
'most frequently used words in the text, then less used.'
What if words occur the same amount of times?
Also in your first testcase the word 'the' occurs 11 times but is not found in your expected result.