We consider the canonical generalization of the well-studied Longest Increasing Subsequence problem to multiple sequences, called k-LCIS: Given k integer sequences X1, . . . , Xk of length at most n, the task is to determine the length of the longest common subsequence of X1, . . . , Xk that is also strictly increasing. Especially for the case of k = 2 (called LCIS for short), several algorithm...