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.
At least one of the sample tests should include some duplicate numbers as you say in the kata description there may be duplicates.
I don't understand why this kata's satisfaction is higher than 75%.
There are many flaws:
Nice one.
However, it misses a sample test where the answer is xx.00.
Random tests feature uppercase and lowercase characters but the kata description doesn't warn about this.
Solved it with recursion!
As others said, there should be more sample test cases with special characters (thinking about the point in the really last test).
This comment is hidden because it contains spoiler information about the solution
Wasn't very clear especially about tests. I agree with ben8p that the team mate part can be hard-coded.
There should be some test examples in the description.
You should add some random tests.
Way too basic. But giving a "Not much" opinion is not relevant. At least there aren't any issues or mistakes in it.
Kata is too basic.
You should add some constraints to make it harder:
Feel free to add your own constraints.
A very good kata for those who want to practice recursion (like I did, but I saw in the user solutions it wasn't the only method available).
If the random amounts don't have ".10", ".20", ... all of my tests work. But they don't if any of the amounts have these decimals...