Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Calculate the number of combination of marbles from boxes

Notifications You must be signed in to change notification settings

ArthurCC/marbles

Repository files navigation

marbles

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 :

  1. Checkout from github URI : https://github.com/ArthurCC/marbles.git
  2. run command "maven clean install"
  3. 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

About

Calculate the number of combination of marbles from boxes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages