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.
zeros(110) should output 21, not 12. Because it should also count zeros in between digits: 101, 102...
zeros(110) should output 12;
marking as resolved.
There's a 7kyu kata called Disemvowel Trolls that's the same, but you have to account for uppercase letters.
I have faced the same problem as you.
I agreed, there is something wrong whith tests.
I've suspicions that dennyferra may be missing middle zeroes, ie: how many zeroes would you find in 110?
The random tests seem to miss a lot of zeroes.
I came here to ask this. Took me long enough. Was expecting at least 15 or so, like others. I did another 4 kyu that was worth 30! What gives?
I hope so. Are you volunteering? :)
Me two. Do you know how can i solve it?
The Fibonacci numbers under 33 are:
0, 1, 1, 2, 3, 5, 8, 13, 21. The next is 34 (21 + 13).
All the evens with a max of 33 are still only 2 and 8, the same as there are under 10. Therefore, the answer is the same.
Edited the examples.. Good to go now..
Thanks for your feed and description integrated with your suggestion: let me know if the issue is now fixed :)
Yes I am, at least 1 test tests this case (singular words ending with 's').
Yup, just use Markdown's built-in support for images:
becomes
Loading more items...