Yet another serial and parallel implementation to solve the problem of the longest common subsequence.
- Ubuntu 14.04
- GCC
- Multi-core processor
Open a terminal:
git clone https://github.com/mikearagao/longest-common-subsequence
Open a terminal:
cd scripts
sh compile.sh
Follow the structure of the .in
files on the /instances
folder.
Open a terminal:
cd scripts
sh run_serial.sh
Open a terminal:
cd scripts
sh run_omp.sh