Skip to content

kr-t/Longest-Common-Subsequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Longest-Common-Subsequence

Implementation of longest common subsequence using multiple asynchronous operations via future library.

The input file should start with the number of sequences, space and initial sequence. In next lines add the sequences to be matched versus the initial sequence. The find the example input file named "input.txt" in the repo.

About

Implementation of longest common subsequence using multiple asynchronous operations via future library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages