Skip to content

ANMOLAGRAWAL7/mazegame_dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

mazegame_dsa

Maze Solver

This project is a maze solver implemented in JavaScript. It provides three different algorithms to find the solution to a maze: Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search.

Features

  • Solves mazes using Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search algorithms.
  • Visualization of the maze solving process.
  • Supports mazes with different start and end points.
  • Displays the time taken by each algorithm to solve the maze.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published