[old] Absolute Sorting

[old] Absolute Sorting

X

Let's try some sorting. Here is an array with the specific rules.

The array has various numbers. You should sort it, but sort it by absolute value in ascending order. For example, the sequence (-20, -5, 10, 15) will be sorted like so: (-5, 10, 15, -20). Your function...

You should be an authorized user in order to see the full description and start solving this mission.
19