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.
Loading collection data...
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.