Skip to content

VDKNhu/Knight-sTour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#KNIGHT'S_TOUR

ABOUT MY PROJECT

I build a simple web page about Knight's Tour by HTML, CSS and Javascript.

Knight's Tour is a classical problem in graph theory. The object of this problem is to find a sequence of moves that allow the knight to visit every square on the board.

My solution is using Hamilton Algorithm to find the nearest way to trace

  • If it is found: output answer.
  • If it is not found: rollback, recur and trace another way.

I tried this and explored numerous interesting aspects.

For further improvements, I will update soon.

Thanks for viewing <3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages