/Quadtree

C++ Implementation of a basic Quadtree.

Primary LanguageC++MIT LicenseMIT

Quadtree

This is a quadtree implementation for the CPS2004 unit in my University course.

The code is based off of The Coding Train github repository. However I implemented the tree in CPP. I also provide the CMake text file and a number of tests. The shell scripts are intended to be run on Linux.