Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 684 Bytes

File metadata and controls

32 lines (23 loc) · 684 Bytes

GeometricDataStructures2D

C++ implementation of several geometric data structures.

Created for UF CIS4930 Geometric Data Structures and Algorithms.

Compile and test on Linux

  1. 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
    
  2. 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
    
  3. Compile:

    make
    
  4. Run the test program:

    ./test