FrancoVigier / Naive-Labyrinth-Solver

1st Semester Naive Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

1st Semester Naive Project


Languages

Language:Python 59.2%Language:C 39.7%Language:CMake 1.1%