Skip to content

baulea/convexhull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convexhull

create the convex hull from a set of 2 dimensional points

Features

Implementation of two convex hull algorithms:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Java 21 JDK or later
  • Maven - Dependency Management

Installing

Add this dependency to your project Maven config:

<dependency>
    <groupId>de.baule.maven</groupId>
    <artifactId>convexhull</artifactId>
    <version>0.0.3</version>
</dependency>

Running the tests

mvn test

Deployment

mvn clean deploy

Built With

  • Maven - Dependency Management

Versioning

We use git for versioning. For the versions available, see the tags on this repository.

Authors

  • Alois Baule

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages