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.
How to find the position of an element in a vector without using the find function
2319 Solvers
Return elements unique to either input
474 Solvers
Make a random, non-repeating vector.
1109 Solvers
Remove the two elements next to NaN value
309 Solvers
98 Solvers