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 |
a = [12 78 5 23 09 67 82 18];
y_correct = [5 82];
assert(isequal(min_max(a),y_correct))
y =
5 82
|
2 | Pass |
a = [12 178 15 23 09 67 82 18];
y_correct = [09 178];
assert(isequal(min_max(a),y_correct))
y =
9 178
|
1610 Solvers
Sum all integers from 1 to 2^n
6327 Solvers
Returning a "greater than" vector
150 Solvers
3002 Solvers
281 Solvers