Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 403 Bytes

PythonMazeIDS

Description

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.

Using

python ids.py

Copyright (c) 2022, Ahmad Reza AlizadeFard