Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'But I''m actually right this time';
y_correct = 'yes';
assert(isequal(wiferight(x),y_correct))
|
2 | Pass |
x = 'But you just said that 2+2=3';
y_correct = 'yes';
assert(isequal(wiferight(x),y_correct))
|
Find the peak 3n+1 sequence value
790 Solvers
Replace NaNs with the number that appears to its left in the row.
1710 Solvers
302 Solvers
Sum of odd numbers in a matrix
232 Solvers
Find out sum of all elements of given Matrix
271 Solvers