Skip to content

The implementation of three algorithms, which tend to find the closest path from the given starting point to one of the closest goals. First algorithm uses random approach and based on breadth first search. Second uses backtracking. And the last one is A* algorithm.

Notifications You must be signed in to change notification settings

Alicegaz/MazeSolvingAlgorithms

Repository files navigation

MazeSolvingAlgorithms

The implementation of three algorithms, which tend to find the closest path from the given starting point to one of the closest goals. First algorithm uses random approach and based on breadth first search. Second uses backtracking. And the last one is A* algorithm.

About

The implementation of three algorithms, which tend to find the closest path from the given starting point to one of the closest goals. First algorithm uses random approach and based on breadth first search. Second uses backtracking. And the last one is A* algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages