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

Align a letter with a word in the optimal way. O(n) time