Skip to content

Nitika13/AI-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to some AI-Algorithms for the course UCS-411

  1. Water jug problem using Breadth-First-Search algorithm
  2. 8-Puzzle Problem using Breadth-First-Search algorithm
  3. 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors