Skip to content

KarinaPassos/waterbucketchallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

waterbucketchallenge

The water bucket challenge (or water jug problem) is a puzzle similar to the concept of diophantine equations, where we search for combinations of X and Y multiplied by integers to form a third number, usually called Z. Here we have two buckets with a given capacity, and we have to find a combination of those that works to make that Z.

Test Case 1: Bucket X: 2 Bucket Y: 10 Amount wanted Z: 4 Expected outcome: A sequence of actions to measure exactly 4 liters of water.

Test Case 2: Bucket X: 2 Bucket Y: 100 Amount wanted Z: 96 Expected outcome: A sequence of actions to measure exactly 96 liters of water.

Instructions of use: 1- Clone this repository in your machine 2- Run the water_jug_solver.py 3- Set X, Y and Z in this following url: http://localhost:5000/water-jug-solver?x=5&y=7&z=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages