pub fn lcs_length(left: impl AsRef<str>, right: impl AsRef<str>) -> usize
Get length of the longest common subsequence