An open API service indexing awesome lists of open source software.

https://github.com/cdriehuys/mazes


https://github.com/cdriehuys/mazes

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Maze implementations following along with *"Mazes for Programmers" by Jamis
Buck*.

# Examples

Demos of each maze type can be found in `./cmd/demos`, and are independently
executable. For example:

```shell
go run ./cmd/demos/binary-tree
```