Mercurial > public > maze-solver
annotate README.md @ 13:f05cad159c7b
Change info files
author | Dennis <dennis@denniscm.com> |
---|---|
date | Fri, 11 Aug 2023 18:08:52 +0000 |
parents | d1fc48c5de99 |
children | 06050949285b |
rev | line source |
---|---|
13 | 1 |
1
edee16cfda92
algo working but inefficient
Dennis <denniscmartin@protonmail.com>
parents:
0
diff
changeset
|
2 # maze-solver |
edee16cfda92
algo working but inefficient
Dennis <denniscmartin@protonmail.com>
parents:
0
diff
changeset
|
3 |
edee16cfda92
algo working but inefficient
Dennis <denniscmartin@protonmail.com>
parents:
0
diff
changeset
|
4 A maze solver written in C. |
edee16cfda92
algo working but inefficient
Dennis <denniscmartin@protonmail.com>
parents:
0
diff
changeset
|
5 |
13 | 6  |
7  | |
4 | 8 |
13 | 9 - Docs: <https://denniscm.com/proj/maze-solver.html> |
10 - Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/maze-solver> | |
11 - Mirrors: | |
12 - Github: <https://github.com/denniscmartin/maze-solver> | |
13 - Gitlab: <https://gitlab.com/denniscmartin/maze-solver> | |
4 | 14 |