GithubHelp home page GithubHelp logo

maze-solver's Introduction

Maze Solver

This repository contains multiple algorithms to solve a maze, including A*, Dijkstra's algorithm, Depth First Search, and Breadth First Search. It uses various data structures like Fibonacci heaps and priority queues to efficiently solve different types of mazes.

Features

  • Implements multiple maze-solving algorithms:
    • A* (A-star)
    • Dijkstra's Algorithm
    • Depth First Search (DFS)
    • Breadth First Search (BFS)
    • Left Turn Algorithm
  • Custom data structures used:
    • Fibonacci Heaps
    • Priority Queues
  • Generates mazes of different types.
  • Profiles algorithm performance.

Project Structure

  • astar.py: Implementation of the A* search algorithm.
  • breadthfirst.py: Implementation of the Breadth First Search algorithm.
  • depthfirst.py: Implementation of the Depth First Search algorithm.
  • dijkstra.py: Implementation of Dijkstra's algorithm for shortest path finding.
  • FibonacciHeap.py: Fibonacci heap implementation used in A* and Dijkstra's algorithms.
  • leftturn.py: Implementation of the Left Turn algorithm.
  • mazes.py: Maze generator and loader.
  • priority_queue.py: Custom priority queue used for maze solving algorithms.
  • profile.py: Script to profile the performance of different algorithms.
  • solve.py: Main script that runs the maze solving algorithms.

Getting Started

Prerequisites

Make sure you have Python installed on your system. You can download it here.

Installation

  1. Clone the repository:

    git clone https://github.com/Chirumamilla1522/maze-solver.git
    cd maze-solver
  2. Install any dependencies (if necessary):

    pip install -r requirements.txt

Running the Solver

To run a specific algorithm, use the solve.py script. For example:

python solve.py --algorithm astar

maze-solver's People

Contributors

chirumamilla1522 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.