water-jug-problem
There are 16 repositories under water-jug-problem topic.
ioarun/cce-ai-2017
:clipboard: CCE-AI Class codes
pvn-a/FineTech2k20
Programming assignments for the course Fine Techniques using C, SEM-4
Sanikakadamm/AI-TYBSCIT
Practicals from sem 5 of bsc IT,Third year
Siddhipatade/Water-jug-problem
water jug problem in Artificial Intelligence
venkideshVenu/S5-AI-Algorithms-Lab-2019-Scheme-KTU
Repository for the S5 AI Algorithms (2019 Scheme) at Kerala Technological University (KTU), featuring practical experiments on AI Algorithms like Basic search strategies, informed search algorithms, constraint satisfaction problems. etc.,
zeenatali5710/Water-jug-problem
A variation on the classic water jugs problem implemented using AI approach - heuristic and search algorithms like BFS, DFS, A-star programmed in python.
abhyuday1212/Prolog-Programs
In this repository, you'll find Prolog code covering a range of questions, all designed to aid your learning journey.
alexandresilvasimoes/prose
ProSE (Problem Search Environment) is a search environment in DevC++ that implements generic bredth-first, depth-first and heuristic search algorithms that can be applied to any problem. Recommended for classical AI teaching.
jaspreetbhamra/Water-Jug-Problem
A solution for the water jug problem using the BFS and DFS algorithms. (JAVA)
Madhu-25/AI-Problems
implementation of AI problems in python
PetePrattis/generic-planner-for-minigames
A python script that implements a generic planner to solve a series of minigames using heuristic algorithms to generate the best possible moves to reach the goal state.
Siya2704/AI-assignments
Implementation of BFS, DFS, Uniform cost search, greedy search, A* search for path finding in maze, Implementation of Water Jug problem with jugs having capacity m and n, resp.
anirudhbagri/Water-Jug-Problem
Classical Water jug problem solved using BFS.
hamedzarei/fun
some sample codes, just for fun written in cpp, php
yadavpa1/Artificial-Intelligence
Simulation of 'Simple Hill Climbing on Griewank Function' and implementation of 'Two water jug Problem'
Firet/water-pouring-solver
This app you will help you to solve the Water pouring problem.