Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 549 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 549 Bytes

Author Identification

These programs implement the k nearest neighbors algorithm which is used to compare texts and check for similarities.

Building

Run the following to build the executable 'identify'

make

Note that the makefile uses the ofast flag in its compilation

Run the following to delete the executable and object files

make clean

Running Identify

Run the following to run the identify executable

./identify

Run the following in order to see the usage options for the executable

./identify -h