GitHub / ayax537 / Depth-First-Search-DFS-Maze-Solver
This Python script implements the Depth First Search (DFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how DFS explores paths to find a solution.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 5.86 KB
Dependencies parsed at: Pending
Created at: 6 months ago
Updated at: 6 months ago
Pushed at: 6 months ago
Last synced at: about 2 months ago
Topics: ai, dfs-algorithm, dfs-visualization