📋 CCE-AI Class codes
-
Updated
Apr 8, 2017 - Python
📋 CCE-AI Class codes
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.,
water jug problem in Artificial Intelligence
Practicals from sem 5 of bsc IT,Third year
Programming assignments for the course Fine Techniques using C, SEM-4
A variation on the classic water jugs problem implemented using AI approach - heuristic and search algorithms like BFS, DFS, A-star programmed in python.
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.
implementation of AI problems in python
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.
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.
In this repository, you'll find Prolog code covering a range of questions, all designed to aid your learning journey.
A solution for the water jug problem using the BFS and DFS algorithms. (JAVA)
Simulation of 'Simple Hill Climbing on Griewank Function' and implementation of 'Two water jug Problem'
Classical Water jug problem solved using BFS.
This app you will help you to solve the Water pouring problem.
Add a description, image, and links to the water-jug-problem topic page so that developers can more easily learn about it.
To associate your repository with the water-jug-problem topic, visit your repo's landing page and select "manage topics."