Question: Modify the LCS python code below to be able to find the Longest Common Subsequence of 3 input strings instead of just 2. The function
Modify the LCS python code below to be able to find the Longest Common Subsequence of 3 input strings instead of just 2. The function should be def lcs(X,Y, Z):

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
