News

Implementation of the classic Water Jug problem using Python. This code finds a solution to measure the exact amount of water using two jugs with limited capacities. Efficient, logical, and fun to ...
A variation on the classic water jugs problem implemented using AI approach - heuristic and search algorithms like BFS, DFS, A-star programmed in python. ProSE (Problem Search Environment) is a search ...