Given an array of strings, return the length of the common suffix. Words may not be split. Any space after a word is included in the length.
Array of strings.
Optional
Length of shortest string.
Length of common suffix.
Given an array of strings, return the length of the common suffix. Words may not be split. Any space after a word is included in the length.