Question: I have an algorithm analysis project where I'm supposed to make a new improved algorithm with a better asymptotic upper bound. The original bryte force

I have an algorithm analysis project where I'm supposed to make a new improved algorithm with a better asymptotic upper bound.
The original bryte force algoritm is supposed to take two sequences X and Y with the same length and find the longest common subsequence between them.
the out put will be the LCM and the start index of it from both X and Y.
How can I make a new algorithm with a better upper bound?
below is the brute force algoritm I wrote for the problem with O(n^4)
I have an algorithm analysis project where I'm supposed to make a
*the elements in the subsequence must be cosecutive
*LCS*

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!