Skip to content

marioplumbarius/java-sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0348b88 · Feb 25, 2018

History

61 Commits
Jan 28, 2018
Feb 6, 2017
Feb 25, 2018
Feb 25, 2018
Jan 23, 2017
Feb 25, 2018
Feb 25, 2018
Feb 25, 2018
Jan 22, 2017
Feb 25, 2018
Feb 25, 2018
Feb 25, 2018
Feb 25, 2018
Jan 23, 2017

Repository files navigation

java-sorting-algorithms

Sorting algorithms written in Java.

Build Status Coverage Status Dependency Status codebeat badge

Pre-requisites:

  • docker (17.12.0-ce, build c97c6d6)
  • docker-compose (1.19.0)

Test

docker-compose run gradle gradle clean test check
# Test summary will be located at `build/reports/tests/test/index.html`
# Coverage report will be located at `build/reports/jacoco/test/html/index.html`
# Code style issues report will be located at `build/reports/checkstyle/main.html`

How to contribute

Head over CONTRIBUTING.md.

Available algorithms

References