Constructs an object given two ranges s and t and a penalty lambda. Constructor completes in O(s.length * t.length) time and computes all matches of length 1.
See Implementation
Constructs an object given two ranges s and t and a penalty lambda. Constructor completes in O(s.length * t.length) time and computes all matches of length 1.