Problem with nearest_neighbor # UNQ_C8

the ouput i got without reversing
[[9 9 9]
[1 0 5]
[2 0 1]]
after reversing
[[ 9 9 9]
[ 6 -9 5]
[-2 5 3]]
expected ouput is
[[2 0 1]
[1 0 5]
[9 9 9]]
what is the problem ?

Hi @FIJAZ_MOHAMMED,

Do you still need help with this ?