Introduction - If you have any usage issues, please Google them yourself
C++ use stack maze algorithm: maze algorithm stack c linked list it maze pattern, white on behalf of the channel, black represents walls. Maze entrance coordinates (1,1), export the coordinates (8,8) 0 1 2 3 4 5 6 7 8 9 0 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ □ □ ■ □ □ □ ■ □ ■ ■ □ □ ■ □ □ □ ■ □ ■ 3 ■ □ □ □ □ ■ ■ □ □ ■ 4 ■ □ ■ ■ ■ □ □ □ □ ■ 5 ■ □ □ □ ■ □ □ □ □ ■ 6 ■ □ ■ □ □ □ ■ □ □ ■ 7 ■ □ ■ ■ ■ □ ■ ■ □ ■ 8 ■ ■ □ □ □ □ □ □ □ ■ 9 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■