Question: Question 1(45 points) In computer science, the longest common substring problem is to find the longest string (or strings) that is a substring (or are
Question 1(45 points) In computer science, the longest common substring problem is to find the longest string (or strings) that is a substring (or are substrings) of two strings. Input is two strings. Output is the longest common substring. We considered the following two strings 'CGCTGAGCTAGGCC...' and 'ATCCTAGGTAACTG...' And we found the longest common substring as CTAGG Now analyze this problem and write an algorithm to solve this problem. Please write the algorithm in steps like you write a recipe for a dish. The algorithm should have the input to start with (I), the process to be followed which is the algorithm (P) and the final Output (O). If you need to repeat steps you can state repeat steps m through n to make it easier. No programming is required. Just write in plain English
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
