Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
diamm = 74:0.001:99;
cc=cupsize(diamm);
cc_correct = 148;
assert(isequal(cupsize(diamm),cc_correct))
|
2 | Pass |
%%
diamm = [84:0.001:89 94:0.0012:106];
cc=cupsize(diamm);
cc_correct = 108;
assert(isequal(cupsize(diamm),cc_correct))
|
1137 Solvers
2936 Solvers
169 Solvers
Similar Triangles - find the height of the tree
156 Solvers
find the maximum element of the matrix
254 Solvers