Python maze solving program using the Left Hand Rule algorithm

preview_player
Показать описание
Python maze solving program using the Left Hand Rule algorithm. Although the LHR is not a very efficient algorithm it is guaranteed to find the exit of a perfect maze.
This is the first of my maze solving projects.
Рекомендации по теме
Комментарии
Автор

in short, it's just moving left, if not viable then front, if not viable then turn right and repeat. I love how you make it so to understand and i also love the turtle

daigonnasema
Автор

thanks for sharing the code and your good explanations

nirselickter
Автор

remember that scene in The Name of the Rose where Sean Connery doesn't panic?

namelastname
Автор

wow this is very very helpful nice explanation

markpascual
Автор

what if there is a square loop to the left, the bot wil stuck around the square forever

vineethnarayan
welcome to shbcf.ru