neingeist
/
springer
Archived
1
0
Fork 0
a backtracking solution to the knight’s tour
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
neingeist 3374508b1f 🧹 use gcc -Wall and fix warnings 4 years ago
.gitignore 🙈 .gitignore target 4 years ago
Makefile 🧹 use gcc -Wall and fix warnings 4 years ago
README.md 📝 README.md 4 years ago
springer.c 🧹 use gcc -Wall and fix warnings 4 years ago

README.md

springer

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