Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x1 = 'love';
x2 = 'cody';
y_correct = 'lovecody';
assert(isequal(your_fcn_name(x1,x2),y_correct))
|
Return the 3n+1 sequence for n
5203 Solvers
Reverse the Words (not letters) of a String
243 Solvers
Calculate the derivative of a polynomial
139 Solvers
134 Solvers
730 Solvers