Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 206 Bytes

File metadata and controls

7 lines (3 loc) · 206 Bytes

LCS

This program gets two text files as input and returns the longest common subsequence between them*.

*Note: in this case, the biggest(ORDERED) sequence of ROWS that appear on both files.