Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 224 Bytes

CommonStrings.md

File metadata and controls

12 lines (7 loc) · 224 Bytes

Common Strings

Given two strings, write a program that efficiently finds the longest common subsequence.

Example Input

"Everything is awesome!"
"Hello World is awesome!"

Output

is awesome!