Skip to content

Given a N*N board with the Knight placed on the first block of an empty board. Moving according to the rules of chess knight must visit each square exactly once. Print the order of each cell in which they are visited. The problem statement can be solved using linked list, stacks.

Notifications You must be signed in to change notification settings

AdityaTak77/Knight-Tour-by-Linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

Given a N*N board with the Knight placed on the first block of an empty board. Moving according to the rules of chess knight must visit each square exactly once. Print the order of each cell in which they are visited. The problem statement can be solved using linked list, stacks.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published