Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [0 1 0 0;4 3 7 0;0 0 2 6;0 9 0 5];
y_correct = [2 1 2 3];
assert(isequal(firstNonZeros(x),y_correct))
|
Maximum running product for a string of numbers
816 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
457 Solvers
533 Solvers
Calculate the area of a triangle between three points
277 Solvers
202 Solvers