create the convex hull from a set of 2 dimensional points
Implementation of two convex hull algorithms:
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.
- Java 21 JDK or later
- Maven - Dependency Management
Add this dependency to your project Maven config:
<dependency>
<groupId>de.baule.maven</groupId>
<artifactId>convexhull</artifactId>
<version>0.0.3</version>
</dependency>
mvn test
mvn clean deploy
- Maven - Dependency Management
We use git for versioning. For the versions available, see the tags on this repository.
- Alois Baule
See also the list of contributors who participated in this project.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details