First Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
-
Updated
Sep 4, 2021 - Python
First Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
An ids algorithm for solving rush hour game in python
🚑Ambulance & Patients, Artificial Intelligence course, University of Tehran
In computer science, iterative deepening search or more specifically iterative deepening depth-first search (IDS or IDDFS) is a state space/graph search strategy in which a depth-limited version of depth-first search is run repeatedly with increasing depth limits until the goal is found.
Add a description, image, and links to the ids-search-algo topic page so that developers can more easily learn about it.
To associate your repository with the ids-search-algo topic, visit your repo's landing page and select "manage topics."