Skip to content

ColinWilcox1967/GoLang-BFSMazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GoLang-BFSMazeSolver

Very crude BFS 2D Maze Solver

Maze is stored as a 2D array of 1s and 0s. 1 indicates a maze wall, 0 indicates a path. Used a breadth-first search to find the quickest path between 2 points in the maze (top left to bottom right in the test case)

This is the (crude) basis for more involved project Im working on.

About

Very crude BFS 2D Maze Solver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages