PritK99 / AI-Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Lab

Table of Contents

About

File Structure

👨‍💻AI-Lab
 ┣ 📂assets                            // Contains all the reference gifs, images
 ┣ 📂State Space Search                // Using BFS and DFS traversal
 ┃ ┣ 📄VacuumCleaner.cpp                
 ┃ ┣ 📄WaterJug.cpp
 ┃ ┣ 📄8-Puzzle.cpp
 ┃ ┣ 📄N-Queens.cpp
 ┃ ┣ 📄README.md
 ┣ 📂Best First Search                  // Using Heuristic functions  
 ┃ ┣ 📄8-Puzzle-heuristic_1.cpp
 ┃ ┣ 📄8-Puzzle-heuristic_2.cpp
 ┃ ┣ 📄README.md 
 ┣ 📂Hill Climbing                      // Using hill climbing approach
 ┃ ┣ 📄8-Puzzle.cpp
 ┣ 📂SAT                                // 3-SAT
 ┃ ┣ 📄sat_generator.cpp
 ┃ ┣ 📄README.md
 ┣ 📄README.md 

Acknowledgements and References

  • Textbook: First Course in Artificial Intelligence by Prof. Deepak Khemani.
  • Click here for Artifial Intelligence Playlist by NPTEL taught by Prof. Deepak Khemani.
  • Advance Algorithms and Complexity Course by UC San Diego delivered through Coursera

License

MIT License

About

License:MIT License


Languages

Language:C++ 100.0%