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
|
594 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
434 Solvers
277 Solvers
Generate a string like abbcccddddeeeee
234 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!