Print the longest common substring-
Given two strings ‘X’ and ‘Y’, print the length of the longest common substring. If two or more substrings have the same value for the longest common substring, then print any one of them.
https://www.geeksforgeeks.org/print-l...
Video By Mohit Bodhija