This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
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))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In desSort (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
Return the largest number that is adjacent to a zero
3110 Solvers
187 Solvers
Getting the row and column location from a matrix
192 Solvers
261 Solvers
264 Solvers