📋 CCE-AI Class codes
-
Updated
Apr 8, 2017 - Python
📋 CCE-AI Class codes
AI lab implementations covering informed and uninformed search algorithms with classic problem-solving examples in PythonAI Repository
water jug problem in Artificial Intelligence
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.,
Practicals from sem 5 of bsc IT,Third year
A variation on the classic water jugs problem implemented using AI approach - heuristic and search algorithms like BFS, DFS, A-star programmed in python.
Programming assignments for the course Fine Techniques using C, SEM-4
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)
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.
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.
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.
Interactive AI Problems An educational web platform featuring classic Artificial Intelligence problems and puzzles implemented as interactive games (including Tic-Tac-Toe, 8-Puzzle, Chess, Water Jug, Missionaries & Cannibals, and Monkey & Banana) to help users learn foundational AI concepts .
An interactive visualization of the Water Jug Problem using Breadth-First Search (BFS) . The application demonstrates AI State-Space Search by finding the shortest sequence of operations reach a target water quantity , with animated jug visualization and step-by-step execution logs .
Classical Water jug problem solved using BFS.
Simulation of 'Simple Hill Climbing on Griewank Function' and implementation of 'Two water jug Problem'
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."