I've gotten very stuck on creating a program that will solve mazes. The user inputs the name of the file and it produces a maze of length (6,10), or (10,15) so I think I have to use an arraylist. How do I go about converting the text to an array?
Here is what I have written solving the maze is actually completed in another class: