Blue Yonder Interview Question

Find the longest substring between two strings.

Interview Answer

Anonymous

Feb 23, 2015

Brute force, better approach is to use dynamic programming.

1