Pergunta de entrevista da empresa Call Box

Write code to find the longest substring between two strings. ie: longest(racecar, electrocardiogram)=car

Resposta da entrevista

Sigiloso

19 de mar. de 2019

Write using indexing or recursion. Indexing can get tricky, here they want to see that you understand how to think programatically