Implementations of sorting algorithms using Java.
--
Pre-requisites:
- java (v1.8)
- gradle (v3.3)
Import the files code-style.xml and formatter.xml into your IDE.
Coverage report will be located at build/reports/cobertura/index.html
.
gradle clean coberturaCheck test
You may run this command to automatically detect code style issues.
gradle check
gradle clean assemble