Skip to content

sgenduso/java-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Challenges

OO and algorithm challenges in Java.

Setup

Make sure you have gradle installed:

brew update
brew install gradle

Configure the gradle build daemon, for faster builds:

touch ~/.gradle/gradle.properties && echo "org.gradle.daemon=true" >> ~/.gradle/gradle.properties

Running tests

Run all tests with:

gradle test

Run a single test with:

gradle test --tests challenges.MathServiceTest

Resources

About

practice using java, writing algorithms, and testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages