[old] Absolute Sorting

[old] Absolute Sorting

X

ある並び替えにチャレンジしてみましょう。ここには特定のルールに従った配列があります。

その配列 は様々な数字を持っています。 あなたはそれを並び替かえなければいけません。ただし絶対値で且つ昇順で並べ替えてください. 例えば、(-20, -5, 10, 15)の配列は、次のように並び替えされます: (-5, 10, 15, 20) あなたの関数は、並び替え済みの配列を返さなければいけません。 ...

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