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.
i solved it the same way and now i see solutions that are very long..its a bit confusing..is there anything wrong with this kata?
No problem, I love helping people who struggle to understand things like this, it's been a pleasure to help you.
Fixed. Thank you.
You messed up:
Make sure you're not trying to square root a negative: [-1.25, -1.82] should equal [-1.82, -1.25]
You're order is wrong, I'm right. Fix your Kata.
The sorting is broken when both numbers are negative.
-1.2 is greater than -1.6 but it's telling me it's in the wrong order.
Also there's already 3 katas released with this exact challenge, maybe you should make sure thet's not the case next time you make one.