Help for this page
if ($low > $n_las) { $n_las++; }
def find_lis_greedy(seq) n = seq.length ... return lis end