Skip to content

mikearagao/longest-common-subsequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

longest-common-subsequence

Yet another serial and parallel implementation to solve the problem of the longest common subsequence.

Testing Environment

  • Ubuntu 14.04
  • GCC
  • Multi-core processor

Downloading

Open a terminal:

git clone https://github.com/mikearagao/longest-common-subsequence

Compiling

Open a terminal:

cd scripts
sh compile.sh

Running

Input Structure

Follow the structure of the .in files on the /instances folder.

Serial Demo

Open a terminal:

cd scripts
sh run_serial.sh

OpenMP Demo

Open a terminal:

cd scripts
sh run_omp.sh

About

Main project for the Parallel and Distributed Computing course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published