Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x_correct = [1 2 3 4 5 6 7 8 9 10];
assert(isequal(oneToTen,x_correct))
|
Given a window, how many subsets of a vector sum positive
673 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1561 Solvers
Reverse the elements of an array
550 Solvers
find the maximum element of the matrix
254 Solvers
263 Solvers