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
Solutions to some AI-Algorithms for the course UCS-411
Water jug problem using Breadth-First-Search algorithm
8-Puzzle Problem using Breadth-First-Search algorithm
BlockWorld Problem using Depth-First-Search algorithm
About
This project showcases classic Artificial Intelligence problem-solving techniques through multiple examples. It includes implementations of the 8-puzzle and Water Jug problems, demonstrating search algorithms such as BFS, DFS, and A*. Illustrating AI planning concepts.