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.
This comment is hidden because it contains spoiler information about the solution
You are welcome.
It is based on a TheDailyWTF article titled "Negative Creativity".
You should give it a read if you need a laugh: http://thedailywtf.com/articles/negative-creativity
It's always nice to learn something big from an 8kyu. Nice solution
Isso aqui é sacanagem, papo reto
This comment is hidden because it contains spoiler information about the solution
Haskell : https://www.codewars.com/kumite/5b7d9ad7402fb76b8a00001c?sel=5b7d9ad7402fb76b8a00001c
Natural :-)
It was the reason I made this kata.
loved that solutions
Issue resolved.
Since the problem is fixed already may someone please resolve this issue, thank you :)
zeros(110) should output 21, not 12. Because it should also count zeros in between digits: 101, 102...
explain please.
zeros(110) should output 12;
This solution works perfectly fine, but I wouldn't consider it "best practices" since it relies on side effects produced by the lambda passed to Where, which isn't functional. There's also a few inneficiences (this code does a lookup 4 times while you can accomplish this with only two lookups).
Loading more items...