LCS

3

2 votes
Hard
Problem

Problem:

Find the length of the longest common subsequence in the given two spaced strings.

 

Input:

two spaced strings.

Output:

single string

Constraints:

length of each string(l)

0l103

Sample Input
competitiveprogramming pythonprogram
Sample Output
9
Time Limit: 0.5
Memory Limit: 256
Source Limit:
Editor Image

?