How can I return a distinct list of the longest common sequences of characters at the start of a set of strings? For a given row, check whether any other rows start with the same character If there are, check there's any that match on the first two ...
↧