An open API service indexing awesome lists of open source software.

https://github.com/pandh4cker/knight-s-tour

Knight's Tour Problem
https://github.com/pandh4cker/knight-s-tour

c chess depth-first-search dfs dijkstra dijkstra-algorithm dijkstra-shortest-path graph graph-theory graphs knight knight-problem knight-tour knights-tour

Last synced: 4 months ago
JSON representation

Knight's Tour Problem

Awesome Lists containing this project

README

        

# Knight's Tour using Graph Theory and Depth First Search
---
## Authors: Raphael Dray.
---
> This program can:
> 1. Print the graph of knight's moves
> 2. Calculate the shortest path between two positions
> 3. Print optimal zone
> 4. Find the max minimal distance
> 5. 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**.