Skip to content

Commit

Permalink
Synced Two Bucket to Problem Specs. Instructions updated. (#3655)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG authored Mar 5, 2024
1 parent 125a3f6 commit daae57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/two-bucket/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are some rules that your solution must follow:
b) the second bucket is full
2. Emptying a bucket and doing nothing to the other.
3. Filling a bucket and doing nothing to the other.
- After an action, you may not arrive at a state where the starting bucket is empty and the other bucket is full.
- After an action, you may not arrive at a state where the initial starting bucket is empty and the other bucket is full.

Your program will take as input:

Expand Down

0 comments on commit daae57b

Please sign in to comment.