#Parallel Longest Common Subsequence (LCS) #Description: Find the length of the longest common subsequence (non- consecutive characters) of two strings
Two different strings (Max: 1000000 each)
The length of the longest common subsequence
“computer”
“houseboat”
Longest common subsequence = 3
Note : the common subsequences are : ou– oue - out