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!
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
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
This comment is hidden because it contains spoiler information about the solution
People often upvote the solution they understand or the one similar to what they did, so it's more of the most popular solution rather than most clever or fastest
Loading more items...