Get the LCS for several strings (more than 2) Trade-off between the length of the result and the cover num. Using Suffix Array and Stack Complexity is O(nlogn)
Get the LCS for several strings (more than 2) using suffix array and stack