Practice Problem
Longest Common Subsequence
Difficulty: Medium
Given two strings, return the length of their longest common subsequence. A subsequence is a sequence that can be derived by deleting some (or no) characters without changing the order of the remaining characters.
