Description Usage Arguments Value Examples
Solves a maze given the maze and the distance matrix
1 |
maze |
a maze object |
dist |
a distance matrix |
a matrix with the solution which can pe ploted
1 2 3 | maze <- makeMazeBinary()
d <- distance(maze)
solveMaze(maze, d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.