Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 335 Bytes

Maze-Solver

This program solves mazes :)
It takes a black and white image as an input (Maze) with two points and it outputs the shortest path. Using the BFS algorithm.

Example

Input:
1

Output:
2