- lcp[i][j] represents the length of the longest common prefix of the suffixes starting at index i and j. Return the constructed string, or "" if it is not possible. - Use a character array `res[]` to ...