Longest common subsequence: Difference between revisions

m
m (Added comment regarding need to refresh the limit iterator after threshold.push_back(). Thanks PureFox for finding this!)
Line 393:
auto index2 = *it2;
 
//
// Note: The index2 values are monotonically decreasing, which allows the
// thresholds to be updated in-place. Monotonicity allows a binary search,
159

edits