Skip to content

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.

Notifications You must be signed in to change notification settings

OfirBachar/KnightMovesProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages