An open API service indexing awesome lists of open source software.

https://github.com/jayfunc/find_all_maze_path

Find all paths that can complete the maze from start point to end point.
https://github.com/jayfunc/find_all_maze_path

Last synced: 2 months ago
JSON representation

Find all paths that can complete the maze from start point to end point.

Awesome Lists containing this project

README

        

# find_all_maze_path
Find all paths that can complete the maze from start point to end point.

# Rules:
Every grid can be passes only once at one path, it's not necessary to pass every single grid at one path, directions can be up, left, right, down.

For more info, you can visit https://www.cnblogs.com/thisDart/p/15838091.html