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.
It's not a best practice though, if there is a unwrap there is no best practice imo
What about type overflow? I think
a % 2 + b % 2 == 1
is more suitable.Fixed.
pythonic code
Are you back in business, akar o_0?
Approved, thanks for the review :)
Approved, thanks!
Also in
C++
,Python
and originalJS
(probably some others)So we have to two options here:
And because this kata is 4kyu, then the second solution seems more reasonable!
Fork
Additionally:
Node
class is buggy because it ovrridesEquals
but notGetHashCode
."Description cannot be approved, recent changes from related record must be merged first." :(
unreadable
hell.. nah...
I don't think it's possible to modify the Haskell translation to use
Int
s instead ofFloat
s without invalidating most of the existing solutions. As a compromise, I've forked the translation so that the random test cases generate integer valuedFloat
s to satisfy the description.Loading more items...