| makeGraph | Create a connected maze graph that represents a rectangular... |
| makeImperfect | Given a perfect maze graph, create an imperfect maze graph. |
| makeMaze_dfs | Create a maze uzing a randomized version of depth-first... |
| makeMaze_kruskal | Create a maze uzing a randomized Kruskal's algorithm. |
| makeMaze_prim | Create a maze uzing a randomized Prim's algorithm. |
| plotMaze | Given a maze graph, plot a maze. |
| plotMazeSolution | Plot maze solution (path) |
| runExample | A function to start a Shiny app that comes with the package.... |
| stepByStepMAze | Plot maze solution (path) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.