Given two strings, find the longest string which is contained within both strings.
e.g. the longest string that is contained in the words 'banana' and 'anagram' is 'ana'
If there is no match, return an empty string.
960 Solvers
296 Solvers
Count decimal digits of a number
134 Solvers
1778 Solvers
113 Solvers