Skip to content

A visualizer for the Eight Queens Puzzle solved using Hill Climbing Algorithm.

Notifications You must be signed in to change notification settings

vanathi-g/hill-climbing-8Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hill Climbing Visualizer for Eight Queens Puzzle

The eight queens puzzle is the problem of placing eight queens on an 8×8 chessboard such that no two queens attack each other. Several algorithms that can solve this puzzle exist, but this visualizer uses the Hill Climbing algorithm (local search) to find a solution.


See the visualizer in action here!


About

A visualizer for the Eight Queens Puzzle solved using Hill Climbing Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published