I'm working on a maze solver, and while I have everything working functionally, I can't get one portion to work. I need to mark the 'solution path' with ascending letters of the alphabet (a-z) instead of a single character.I'm working on a maze solver, and while I have