You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to add a Python implementation of the Water Jug Problem, which simulates two jugs with different capacities and aims to measure a specific amount of water using Breadth-First Search (BFS). The solution will explore all possible states by performing operations like filling, emptying, and pouring water between the jugs to reach the target amount.
@Kavya-24 Please assign me this task under HACKTOBERFEST2024
The text was updated successfully, but these errors were encountered:
This issue is to add a Python implementation of the Water Jug Problem, which simulates two jugs with different capacities and aims to measure a specific amount of water using Breadth-First Search (BFS). The solution will explore all possible states by performing operations like filling, emptying, and pouring water between the jugs to reach the target amount.
@Kavya-24 Please assign me this task under HACKTOBERFEST2024
The text was updated successfully, but these errors were encountered: