I am creating a program that will find the shortest Route through a maze and output the Route as a string. I have utilised BFS to find the shortest amount of moves, now I ne