Longest Common Subsequence ...with an unconventional approach November 21, 2023 algorithms 1062 words/5 min read This is a three way LCS solution using a ‘sparse’ data structure and an intuitive conceptual model to aid your understanding.