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.
Thanks!
No, there can be zeros too. But there is no negative numbers.
Are all elements in the lists guaranteed to be positive?
This comment is hidden because it contains spoiler information about the solution
What's the point of having the number type be
long long
in C++?My solution was
O(N^3)
space complexity and still passed.very nice best practice and clever problem that has the blazingly fast speed of O(N^2)
welcome to codewars
That can be related to this issue that you can't see because it contains code and is marked as having spoiler content.
What about this:
Expected: equal to [31.3333, 32.3333]
Actual: [31.3333, 32.3333]
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
slow...
why are you copying the string twice?
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...