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.
if ( bmi <= 18.5 ) will return a value thus none of the following statements will be checked.
This is a great and clever solution. But is this performant for longer solutions compared to HashSets ? I am new to codewars. The tradeoffs between efficiency and one liner functions are interesting.
DUDE. CLEVER.
This comment is hidden because it contains spoiler information about the solution
The C# translation did not take into account the difference between C#'s '/' and JS's '/', which I have fixed and now waiting to approve. @dfhwze
Fixed.But need approve.
great, makes a maximum of 2 comparisons per entry
Beautiful
oh ye you are right my bad.
impossible
This won't actuall work properly. If you have 10 for example, all 3 options will be triggered
instant facepalm when I saw this
10/10
how come, I didnt even know this method existed.
Began to learn C# like, a few months ago.
Wrote literally a massive thing after one hour just to see this
I feel dumb, but holy geez, that was very, very interesting to see! Congrats, fella.
Loading more items...