AdvancedVocabulary#software-architecture#developer-tools#backend

Longest Common Subsequence Vocabulary

Build fluency in the vocabulary of finding the longest shared, in-order sequence of characters between two strings.

0 / 5 completed
1 / 5
At standup, a dev mentions finding the longest sequence of characters that appears, in order but not necessarily contiguously, in both of two given strings, by building up a table of best answers for every pair of prefixes. What is this problem called?