~smlavine/mazesolver

BFS maze solver in Go
Add title, link to testing-go-queues
Set start to ROUTE before looping through predecessors

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~smlavine/mazesolver
read/write
git@git.sr.ht:~smlavine/mazesolver

You can also use your local clone with git send-email.

#mazesolver

This is a rewrite in Go of a project from CSCI-243 at RIT, to implement a breadth-first-search algorithm to solve a maze. The project was initially in C.

Related: Testing Go queues