Loading repository data…
Loading repository data…
Quratulain05 / repository
This repository is a comprehensive collection of classic artificial intelligence algorithms implemented in Python. From search algorithms like A* and Depth-First Search to optimization techniques like Genetic Algorithms and Hill Climbing, explore a wide array of AI methods designed to tackle various problem-solving scenarios.
Welcome to the AI Algorithms Playground! This repository contains implementations of various artificial intelligence algorithms in Python. Whether you're a beginner eager to learn about classic AI techniques or an experienced practitioner exploring different approaches, this collection offers a diverse set of algorithms for experimentation.
This repository contains implementations of various AI algorithms. Each algorithm is described briefly below:
A (Astar) Algorithm*:
Depth-First Search (DFS):
Uniform Cost Search (UCS):
Greedy Algorithm:
Breadth-First Search (BFS):
Genetic Algorithm:
Hill Climbing:
8-Queens Problem:
Minimax Algorithm:
Alpha-Beta Pruning:
Feel free to add more details, explanations, and examples to each section. Happy coding! 🚀
git clone https://github.com/yourusername/AI-Algorithms-Playground.git
cd AI-Algorithms-Playground
python <algorithm_name>.py