Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 AI-Codes

This repository contains a variety of Artificial Intelligence (AI) algorithm implementations in Python using Jupyter Notebooks. These cover classic AI topics such as search algorithms, optimization, and problem-solving strategies.


🧠 Contents

🔍 Search Algorithms

  • Uniform Cost Search for Optimal Path.ipynb
  • Search for Treasure using the Best-First Search.ipynb
  • Maze Solver using BFS and DFS.ipynb
  • Route Finder Using Bi-Directional BFS & DFS.ipynb

🎮 Game & Puzzle Solvers

  • Game AI Using Search Algorithms.ipynb
  • Water_jug.ipynb (Water Jug Problem solver using AI search)
  • Untitled.ipynb (Possibly a draft or demo - please rename if used)

🧬 Optimization Algorithms

  • Implementation of Genetic Algorithm (GA) for Optimization.ipynb

✅ Features

  • Core AI algorithms implemented in Python
  • Hands-on illustrations with step-by-step logic
  • Ideal for learning and academic submissions
  • Visual and interactive notebooks for better understanding

🚀 Getting Started

To run these notebooks locally:

  1. Clone the repository:

    git clone https://github.com/your-username/AI-Codes.git
    cd AI-Codes
  2. Open the notebooks:

    jupyter notebook

📦 Requirements

Install the required packages using pip if not already available:

pip install numpy matplotlib notebook

🧑‍💻 Author

Made by Rohan1188


📄 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages