Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [0,1,2,3,4];
y_correct = [4,3,2,1,0];
assert(isequal(desSort(x),y_correct))
y =
4 3 2 1 0
|
9837 Solvers
Project Euler: Problem 3, Largest prime factor
379 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
Return the first and last character of a string
3452 Solvers
346 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!