Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 218 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 218 Bytes

KnightMovesProject

A program that finds all possible moves on a chess board, finds a path that covers all board, using a unique data structure- 2nd array of pointers to arrays of possible positions for Knight moves.