Shahrayar123 / Python-Projects

Basic Python projects, good first issue
365 stars 333 forks source link

Add Maze-Solver-python. #207

Open codewithanirban opened 4 months ago

codewithanirban commented 4 months ago

Maze solver

Introduction This project provides a simple and clear implementation of BFS and DFS algorithms to solve mazes. It is designed for educational purposes, demonstrating how these algorithms can be used to navigate through a maze from a specified start point to an end point. Features

Algorithms Breadth-First Search (BFS)

Depth-First Search (DFS)