Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 2;
y_correct = [0 1; 1 0];
assert(isequal(leg_poly(x),y_correct))
|
2 | Pass |
%%
x = 3;
y_correct = [0 0 1; 0 1 0; 1.5 0 -0.5];
assert(isequal(leg_poly(x),y_correct))
|
Number of 1s in the Binary Representation of a Number
319 Solvers
2278 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
262 Solvers
Wind outward from the center ...
54 Solvers
Check if number exists in vector
2313 Solvers