Blue Yonder interview question

Find the longest substring between two strings.

Interview Answer

Anonymous

23 Feb 2015

Brute force, better approach is to use dynamic programming.

1