News

This project implements a maze solving algorithm using Breadth First Search (BFS). It allows users to define a maze using a 2D matrix representation, where 0 represents a walkable path and 1 ...