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.
Approved
Approved
Maybe change the function to
func findUniq<N: Numeric>(_ arr: [N]) -> N {
has to be sub-linear in most cases
This translation has Double in the signature. But the live version somehow has Int - somebody must have changed it in the kata editor (?) xD
Maybe the revision log should be checked to figure out who that is :P
No problem I'm always there to approve minor fixes ~~ :)
I think you can, but be ready that after I find something or some problem gets reported, I will fork again for some small fix and eventually ask for approval of the fix.
I try to minimize chances for such events, but it sometimes happens.
Done! what about the
Volume of cuboids one
, can i approve that?~~ejini you were quick, there's one more thing in description I forgot to fix :) Here's one more to approve:
https://www.codewars.com/kumite/603782d74225af002c2e144f?sel=603790fa05937700268dc486
Thanks!
Approve hobovsky's fork
.
APPROVED BY SOMEONE
Approved, thanks :)
Then please change it in function. It's still have
func findUniq(_ arr: [Int]) -> Int
instead offunc findUniq(_ arr: [Double]) -> Double
Loading more items...