Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.48 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.48 KB

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