C++ implementation of several geometric data structures.
Created for UF CIS4930 Geometric Data Structures and Algorithms.
-
Before starting, you will need git, g++, and gmp. On Debian and Ubuntu, you can install them with:
sudo apt install git build-essential libgmp-dev -
Next, download this repository (replace "url" with the url of this repository, including the https://) and enter the newly created directory:
git clone url cd GeometricDataStructures2D -
Compile:
make -
Run the test program:
./test