Problem 60196. Absolute Sorting

Given an array with various numbers, your have to sort it by absolute value in ascending order.
For example, for the array [-20, -5, 10, 15], your function should return the array [-5, 10, 15, -20].

Solution Stats

88.89% Correct | 11.11% Incorrect
Last Solution submitted on Jul 01, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers8

Suggested Problems

More from this Author53

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!