EricArndt / UAAlgorithms

3 stars 1 forks source link

Longest Common Substring #9

Open amarmaduke opened 10 years ago

amarmaduke commented 10 years ago

Implement the Longest Common Substring algorithm in C++ together with a set of tests (talk to me if the test framework is unclear).

:gift: 1500

AaronBattershell commented 10 years ago

Can someone review my LCS submission?

Edit: After looking at the C++ sample file it looks like I will have to make a few structural changes to comply with the new repository standards.