Maze Generator and Solver

This small program was for a school project about searching for an AI class. It generates a maze with a depth-first search and then finds the solution via a beadth-first search. It uses the matplotlib library to draw the maze and solution. See the github and code here.