I'm doing a mergesort using the numpy library. It turned out that it was giving error.
in the line "np.concatenate (result, left [i:])" there in merge function.
The error is this:
/sorts/main.py", line 30, in merge
np.concatenate(resultado,esq...
asked by
10.10.2017 / 23:31