Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Latest commit

 

History

History

Hamming-Distance

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hamming Distance

Improve execution time of Hamming distance calculation, using PThreads and OpenMP.

Documentation

If you want more information about the implementation, you could read - or at least try, unfortunately, is in greek language - this report file or by reading the inline documentation.

Usage

For compiling and executing code in a LINUX-based system, run the commands below:

$ make 
$ ./run

Clean generated files in a LINUX-based system

$ make clean