pub fn prog_dyn<M>(x: &[M::Item], y: &[M::Item]) -> (M::Cost, Align<M>)where
    M: MetricSpace,
Expand description

Calculate the optimal alignment and the distance between the sequences at once