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 |
W=200
L=400
CL=3
CW=6
y_correct = 2239;
assert(isequal(floor(minimumdist(W,L,CW,CL)),y_correct))
W =
200
L =
400
CL =
3
CW =
6
|
2 | Pass |
W=100
L=200
CL=2
CW=3
y_correct = 623;
assert(isequal(floor(minimumdist(W,L,CW,CL)),y_correct))
W =
100
L =
200
CL =
2
CW =
3
|
3 | Pass |
W=48
L=36
CL=3
CW=5
y_correct = 300;
assert(isequal(floor(minimumdist(W,L,CW,CL)),y_correct))
W =
48
L =
36
CL =
3
CW =
5
|
5365 Solvers
Getting the indices from a matrice
265 Solvers
145 Solvers
152 Solvers
78 Solvers