pub fn lcs_length(left: impl AsRef<str>, right: impl AsRef<str>) -> usize
Expand description

Get length of the longest common subsequence