This program can:
- Print the graph of knight's moves
- Calculate the shortest path between two positions
- Print optimal zone
- Find the max minimal distance
- Perform a knight's tour from a position given
It's written in C language. It's for an engineering school project C using Graph Theory and Pathfinding.