Skip to content

srikarC03/GeometricDataStructures2D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.6%
  • C 5.3%
  • Makefile 0.1%