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.
Thanks to the author for this nice and clean kata! Really enjoyed the simplicity and clarity of the task.
Nice approach — readable and gets the job done without overcomplicating things. Appreciate you sharing it!
Thanks for the fun little ride!
Quick, real-world, and just tricky enough to make me pause for a sec. Perfect short brain snack between harder katas .
Perl translation
Please add info how the arguments are passed, in nasm... :)
Minor error: The description says to round up to the first digit, but instead should say to round to one decimal place.
The description should be language agnostic.
In Python,
objects
are different fromdictionaries
.(Even though in JS,
objects
are basicallydictionaries
in disguise. ;-D)I totally agree with the "longest streak" part.
I mean, why single this one out? Just keep the same format as before:
Each streak is worth
As for the sorting, sort() and sorted() are both STABLE in Python, meaning that if you don't provide any other keys, it would automatically keep the original order in case of a tie.
That's why both yield the same result.
Changed
Fixed in this fork
It is 8 kyu level
Series of duplicates / sub-overlapping problems Yes, most of them are retired, but now we need another manual labor / thread to retire this one too...
Rust translate
Lua translation !
Loading more items...