Skip to content

lwglg/nearest-neighbor-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nearest-neighbor-poc

Simple implementation of the nearest neighbor algorithm, in C. Based on the original implementation of Luciano2302.

To build, just run:

gcc -o nearest_neighbor src/main.c src/nearest-neighbor.c -lm -fopenmp

To run it, gathering info concerning execution time:

time ./nearest_neighbor

About

Simple implementation of the nearest neighbor algorithm, in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published