Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver Project

This project implements a sophisticated maze-solving algorithm for a micromouse. Utilizing the flood fill algorithm, it allows the maze-solving obstacle avoidance bot to efficiently navigate and solve mazes by determining the optimal path without needing to traverse all cells on the map. It can determine the optimal path in a single run, enabling the bot to complete the fast run quickly.

Key Features

  • Versatility: Capable of running on a variety of unseen maps.
  • Efficiency: Overcomes limitations of the LSRB and RSRB algorithms.
  • Complete Algorithm: The algorithm will always find the path from the start to the goal if such a path exists.
  • Optimization: More efficient than Depth-First Search (DFS) and A* algorithms for unseen mazes.

This implementation ensures efficient and effective maze-solving capabilities suitable for various applications.

Algorithm in Action

Maze Solver in Action 1

Maze Solver in Action 2

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages