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

Auxiliary function for sol_2 O(n^2) time and O((n+m)log n) memory