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.
nice radix conversion from int to string
counting matches of '1' is simple, and could easily scale to higher radixes such as octal
could easily be extended to match multiple digits, such as .count('137')
range traversal is clear
accumulator function sum() over a list is also a nice aggregate function
Wow
Elegant way to play around bool.
This comment is hidden because it contains spoiler information about the solution
There's a more concise way to do it with formatted string literals https://www.codewars.com/kata/reviews/59b1a938182024506b00081d/groups/5d211384ed0ee5000134b2e3
Integer division.
what does the double // sign mean?
basically my sol but more bigbrain
Dr.Animo
That's low key so clever. I really need to take some math courses on coursera lol.
Nice!
Nice
Can someone explain me this one? I don't understand how it works.
the problem it's not more readable
Big brain energy
Loading more items...