Longest common subsequence: Difference between revisions

m
fix misspelling
m (Fix typos/capitalization)
m (fix misspelling)
Line 395:
//
// Note: The index2 values are monotonically decreasing, which allows the
// thresholds to be updated in place. MontonicityMonotonicity allows a binary search,
// implemented here by std::lower_bound()
//
Anonymous user