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.
This comment is hidden because it contains spoiler information about the solution
what
it has 2 phases like a dark souls boss
but regex never forgot about you
i forgot regex existed
i got confused and thought that 0x+b was possible
apparently not
how is that one only 4kyu
mfw i manually implemented an intrinsic in my solution
guess you learn something new every day
This comment is hidden because it contains spoiler information about the solution
Please use a spoiler flag, comments are visible to everyone by default (I've just put the flag on for you).
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
thanks: https://www.codewars.com/kumite/62a3b03366ce880017331378?sel=62a3b0565d0a22003e99c4e4
you have recreated
std::cmp::Ord::max(self, other: Self)
or alternativelystd::cmp::max(a, b)
,i128::max(a, b)
or simplya.max(b)
.this trait is implemented for all numerical types by default and does not need to be imported.
Thanks for the tips! (Sorry, I just saw this when I was responding to ruzito. Must have missed the notification.)
Loading more items...