Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 288 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 288 Bytes

Maze

Implement a program which will generate a random maze of size MxN, where M represents the number of rows, and N represents the number of columns. Then, you will also need to implement a function which will find the path between designated entry and exit points in a given maze.