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.
Unpublishing the kata as a close duplicate with long-lasting unresolved issues.
Should include instructions on how to deal with invalid input. The description is a bit misleading too, as phildinius pointed out.
Issues:
Issues:
You state in the description that:
the letter must be just a single character
, and yet I'm getting tested on the letter$$
.Not exactly, but very close.
There is also another related kata that is exactly the same (count a particular non-zero digit from
1
ton
) but with performance requirements.I mean, the kata very similar to existing ones, so arguing about them not being exact duplicate is kinda pointless. Maybe write a more novel kata instead? ;-)
I don't think it is exactly.
Duplicate of https://www.codewars.com/kata/57ad85bb7cb1f3ae7c000039
There're no tests with
number = 0
.No random tests.