Data structures written in Java.
Pre-requisites:
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`
Head over CONTRIBUTING.md.