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
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
This comment is hidden because it contains spoiler information about the solution
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.
no test for empty list? :(
Looks like the test cases didn't cover this one ;)
so close to the best one...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...