Mercurial > public > maze-solver
view README.md @ 1:edee16cfda92
algo working but inefficient
author | Dennis <denniscmartin@protonmail.com> |
---|---|
date | Sun, 16 Oct 2022 14:13:37 +0200 |
parents | 41a299d2b278 |
children | 0ce45179d7b0 |
line wrap: on
line source
# maze-solver A maze solver written in C. ## Resources - [Libpng example](http://zarb.org/~gc/html/libpng.html) - [Libpng manual](http://www.libpng.org/pub/png/libpng-1.2.5-manual.html) - [Inspired by Dr Mike Poung (Computerphile video)](https://www.youtube.com/watch?v=rop0W4QDOUI)