Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 466 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 466 Bytes

Maze-Solving-Algorithm

  • mazeMonteCarlo: An algorithm to solve a maze using random moves. This algorithm minimizes an energy function to reach the destination. To avoid getting trapped in local minima of the energy function, moves are made at random and a move is accepted with a certain probability. The Turtle library is used for visualization.image