Sam Jones

Results 4 issues of Sam Jones

Implemented a solution to Project Euler problem 9

Implemented a solution for Project Euler problem 8

Implementations of both the Euclidian Algorithm and the Extended Euclidian Algorithm. The first computes the greatest common divisor of two integers. The second computes the coefficients of Bézout's identity for...

Added an implementation of the k-d tree data structure Includes the following operations: - Construct - Add point - Remove point - Nearest neighbour search