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.
really elegant stuff
"Wait. That's illegal."
lol
This comment is hidden because it contains spoiler information about the solution
I don't get it,
we can say the result is x to the power of (0.5 + 0.25 ...) which is an infinite series which the sum of is a1/1-q = 0.5 / 1-0.5 = 1
therefore, the result should be x to the power of 1, no?
The caption made my day, thank you!
Hey, why is 'System.Linq' added automatically?
Replacing '()' with '0' is elegant AF.
Honestly overrated
I see, that makes sense, thanks a lot!
Beautiful.
Beautiful code, but why is 'push rsi' and immediately afterwards 'pop rsi' is necessary?
I'm confused with how your solution works,
isn't it that in case of 13 the value returned will be 11?
Whew, just whew.
pretty sure 'using System.Collections;' should be added to starter code for C#,
as the starter function implements HashTable
Loading more items...