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 |
xyz = [3,4,2; 0,0,2; 0,1,2; 1,1,2; 1,1,20];
w_correct = 25;
assert(isequal(walked(xyz),w_correct))
ans =
25
|
2 | Pass |
xyz = [3,4,2; 0,0,2; 0,1,2; 1,1,2; 1,5,5];
w_correct = 12;
assert(isequal(walked(xyz),w_correct))
ans =
12
|
550 Solvers
1878 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
204 Solvers
07 - Common functions and indexing 4
258 Solvers