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.
.find() has been added to my list of cool methods
This comment is hidden because it contains spoiler information about the solution
(whistling)
U killed it bro!!!
Beautiful
that was outside box...🔥🔥🔥
Thank you for your quick answer, it does seem to be a double as I tried using it.
I think so. Otherwise, that would be an integer division and the result would be incorrect.
Is 1e6 considered a double then?
1e6 is the computer notation for 10^6 = 1,000,000.
So, multiplying a number by 1e6, then rounding it (with int) and dividing it by 1e6, has the effect of rounding it to 6 decimals.
Can someone explain what happens at the return statement? I was going to submit a similar solution, however my return statement just returned result. What does 1e6 mean?
This comment is hidden because it contains spoiler information about the solution
Sure, this code looks nice and short but string concatenation is terrible in term of performance...
For concatenating lots of string, never use +. Instead, prefer joins or a strings.Builder.
Wow, Very impressive!
wow!.very clever! that's incredible
Loading more items...