The maze is processed in C as a board and the maze solution is solved in Python. Coordinate tuples are returned to solve it, heuristic search (Pythagorean distance) is used.
The maze is processed in C as a board and the maze solution is solved in Python. Coordinate tuples are returned to solve it, heuristic search (Pythagorean distance) is used.