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.
Haskell updated
JS updated
LC created without reference solution
This comment is hidden because it contains spoiler information about the solution
approved
approved
This comment is hidden because it contains spoiler information about the solution
this is why I have to remember that my solutions aren't always sub-optimal, even when the amount of lines are
every time I see one of these solutions, all I can think is "I was mad overthinking this for real"
OCaml translation
Scala translation
you cant use w/hh because it will cancle one h out and you wont get real bmi, thats why you use either w/(hh) or w/h/h;
I think this is the best and simplest way.
nice one
This comment is hidden because it contains spoiler information about the solution
very concise 😀👍. It never crossed my mind.
Loading more items...