Function diff_sequences_simple_backward

Source
pub fn diff_sequences_simple_backward(
    input: &DiffInput<'_>,
    v: &mut Vec<isize>,
) -> usize
Expand description

Compute the length of the edit script for input. This is the backward version.