Archived
1
0
Fork 0
a backtracking solution to the knight’s tour
This repository has been archived on 2020-01-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-01-08 15:23:35 +01:00
.gitignore 🙈 .gitignore target 2020-01-08 15:16:38 +01:00
Makefile 🧹 use gcc -Wall and fix warnings 2020-01-08 15:23:35 +01:00
README.md 📝 README.md 2020-01-08 15:13:00 +01:00
springer.c 🧹 use gcc -Wall and fix warnings 2020-01-08 15:23:35 +01:00

springer

just some exercise in c a backtracking solution to the knight's tour