Find the different combinations of two marbles with a different number among multiple different boxes. We don't take the combinations of marbles in the same box. Marbles in boxes are numbered from 1 to the number of marbles in the box.
This project was made using Eclipse 2019-09 and is intended to work with JDK 1.8
To run this project on your local machine :
- Checkout from github URI : https://github.com/ArthurCC/marbles.git
- run command "maven clean install"
- Execute the jar "marbles-0.0.1-SNAPSHOT-jar-with-dependencies.jar" generated in the "target" directory of your project. Command --> "java -jar immutable-queue-0.0.1-SNAPSHOT-jar-with-dependencies.jar"
Or directly download the jar uploaded in this repository