ai-search-algorithms
There are 14 repositories under ai-search-algorithms topic.
mahdirezaie336/GimmeButter
A servant robot trying to serve as fast as possible using A* algorithm.
danthurston/BeatMyChessAI
A multi-algorithm chess game that aims to teach AI concepts through experimentation. Users can select from four algorithms to compete against, as well set the search depth.
hadis98/A-Star-And-BFS-Search-Algorithms
Compare A*, BFS Search Algorithms Using Python in AI.
pspanoudakis/Berkeley-Pacman-Projects
Berkeley Pac-Man 🤤◽◽◽👻 projects 0, 1 & 2 solutions
ADolbyB/ai-search-methods
AI Search methods from CAP 4630: Intro to AI
Bernard-Joshua/Robot-Navigation
Implementing AI based search algorithms to solve the Robot Navigation problem.
Hassan-Melhim/AI_Search
A simple program that calculates the shortest distance between cities in palestine using either A* search algorithm or a greedy search algorithm
vuurball/ai-1-minimax-tictactoe
tictactoe game, play against ai with minimax algo
shrezaaa/Serach-Algorithm-Python
AI University Search Algorithms - Genetic & Simulated Annealing
Sameeksharajsb/UC-Berkeley-AI-Pacman-Project
An AI project that implements uninformed and informed search algorithms. These algorithms are used to solve navigation and traveling salesman problems in the Pacman world.
vuurball/ai-0-bfs-degrees
(BFS) Breadth First Search Algorithm to determine degrees of separation between two actors