Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Maze

Overview

This project involves creating and solving mazes using various algorithms. The goal is to find the most efficient path from the start to the end of the maze.

Features

  • Maze generation
  • Maze solving using different algorithms
  • Visualization of the maze and the solving process

Algorithms Used

  • Depth-First Search (DFS)
  • Breadth-First Search (BFS)
  • Kruskal's
  • A* Search

Installation

  1. Clone the repository:
    git clone https://github.com/DustBytesBack/Maze.git
  2. Navigate to the project directory:
    cd Maze
  3. Install the required dependencies:

Usage

To generate and solve a maze, run:

python main.py

About

Maze Solving

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages