Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

#Parallel Longest Common Subsequence (LCS) #Description: Find the length of the longest common subsequence (non- consecutive characters) of two strings

Inputs:

Two different strings (Max: 1000000 each)

Outputs:

The length of the longest common subsequence

Example Input:

“computer”

“houseboat”

Example Output:

Longest common subsequence = 3

Note : the common subsequences are : ou– oue - out

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages