./MazeSearch.py mazes/5x5_possible.txt BFS
maze:
□ □ □ □ □ 
■ ■ ■ ■ □ 
□ □ □ □ □ 
□ ■ ■ ■ ■ 
□ □ □ □ □ 

path of length 17 found:
* * * * * 
■ ■ ■ ■ * 
* * * * * 
* ■ ■ ■ ■ 
* * * * * 

25 states visited:
□ ◃ ◃ ◃ ◃ 
■ ■ ■ ■ ▵ 
▹ ▹ ▹ ▹ ▵ 
▵ ■ ■ ■ ■ 
▵ ◃ ◃ ◃ ◃