/Naive-Labyrinth-Solver

1st Semester Naive Project

Primary LanguagePython

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.