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

Coverage report will be located at build/reports/cobertura/index.html.

gradle clean coberturaCheck test

Code style

You may run this command to automatically detect code style issues.

gradle check

Build

gradle clean assemble

Available algorithms

References

Releases

No releases published

Packages

No packages published

Languages