Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a='harsa';
b='harish';
y_correct = 1;
assert(isequal(match(a,b),y_correct))
|
2 | Pass |
%%
a='harsa';
b='hema';
y_correct = 0;
assert(isequal(match(a,b),y_correct))
|
3 | Pass |
%%
a='sunitha';
b='surya';
y_correct = 1;
assert(isequal(match(a,b),y_correct))
|
Read a column of numbers and interpolate missing data
802 Solvers
14998 Solvers
How many trades represent all the profit?
460 Solvers
Cell Counting: How Many Draws?
255 Solvers
146 Solvers