depth-limited-search
There are 10 repositories under depth-limited-search topic.
snrazavi/AI-Programming-using-Python
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
Ahmed712441/AI-Graph-Search
Desktop app for visualizing graph search algorithms
Rakibul73/AI_Sessional_Final_Exam_Code
CIT-316 (Artificial Intelligence Sessional)
andrejnano/rubik_cube_solver
3x3 Rubik's cube solver in Prolog.
noahfree/4x5-vacuum-ai-project
This program uses AI algorithms to clean up the dirt in a 4x5 grid in an efficient way using a vacuum agent.
wesleey/python-artificial-intelligence
Search, Knowledge, Uncertainty, Optimization, Learning, Neural Networks and Language.
fazelelham32/AI-Programming-Medicine_Clinical_Imaging_Classification-Elevation-master
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
AhsanRaza05/Search-Algorithms-in-Artificial-Intelligence-Java
Contains the Programs of Topics study in Artificial Intelligence subject
muhammad3245571106/AI-searching-techniques-using-Python-and-Tkinter-for-graphical-user-interface
This is a Python project that uses Tkinter to develop the front end of the application and Python to implement AI searches. This has a cool graphical interface and visualization to make the project look aesthetic.
hainn2803/Gomoku-AI
An AI playing Gomoku 15x15 using Negamax algorithm, NegaScout algorithm, Zobrist Hashing, Null Window written in C++