Implementation of the option of the task about the "Horning Horse"
A console program on C++, which seeks the possible path of the horse on the chess board between the specified fields using the recursive function. The size of the board, the starting and end field are asked by the user as the start parameters. The program controls the input data, identifies the found path or reports its absence. Only simple types of data (int, char) + vectors are used.
#cpp #matematics
#cpp #matematics