Challenge: Longest Common Substring
Solve the longest common substring problem.
We'll cover the following...
Problem statement
Given two strings, s1
and s2
, write a function that finds and returns the length of the longest substring of ...