DFS+BFS maze solver

1) make maze with DFS
2) solve maze with BFS
Java code from Algorithms Fourth Edition - Princeton University