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 |
r=2; d=3; c=counteradix(r,d);
c_correct = {'000' '001' '010' '011' '100' '101' '110' '111'};
assert(isequal(c,c_correct))
|
2 | Pass |
assert(isequal(counteradix(3,2),{'00' '01' '02' '10' '11' '12' '20' '21' '22'}))
|
129 Solvers
201 Solvers
Similar Triangles - find the height of the tree
156 Solvers
78 Solvers
106 Solvers