Skip to content

Repository of different implementations of the nearest neighbors algorithm

Notifications You must be signed in to change notification settings

ianforsyth/Nearest-Neighbors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Programmer: Ian Forsyth
Last Updated: 11.30.2012

Description:
	Written in C, this is an implementation of the nearest neighbors algorithm for a 2d 
	coordinate system between 0 and 1. See code comments for more information
	and debug output.


To Compile:
	Program compiled with: gcc -g -std=99 -o out neighbors.c -lm

About

Repository of different implementations of the nearest neighbors algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages