Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
Person_of_Interest='Amitava'
Amitava=Person_of_Interest
assert(isequal(detective(Amitava),'Amitava'))
assert(isequal(detective(Person_of_Interest),'Amitava')==0)
Person_of_Interest =
Amitava
Amitava =
Amitava
|
Calculate the Levenshtein distance between two strings
456 Solvers
104 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
192 Solvers
75 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!