Absolute Sorting

Absolute Sorting

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

The sequence 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,...

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