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 = 1;
y =2;
y_correct = 3;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 1;
y =4;
y_correct = 4;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 2;
y =4;
y_correct = 8;
assert(isequal(your_fcn_name(x),y_correct))
|
Find the two most distant points
1236 Solvers
Maximum running product for a string of numbers
816 Solvers
479 Solvers
437 Solvers
216 Solvers