Skip to content

marioplumbarius/java-sorting-algorithms

Repository files navigation

java-sorting-algorithms

Implementations of sorting algorithms using Java.

Build Status Coverage Status Dependency Status

--

Pre-requisites:

  • java (v1.8)
  • gradle (v3.3)

Code style & formatter (eclipse users only)

Import the files code-style.xml and formatter.xml into your IDE.

Test

gradle clean coberturaCheck check
# Test summary will be located at `build/reports/tests/test/index.html`
# Coverage report will be located at `build/reports/cobertura/index.html`.
# Code style issues report will be located at `build/reports/checkstyle/main.html`

Build

gradle clean assemble

Available algorithms

References

Releases

No releases published

Packages

No packages published

Languages