Skip to content

A simpler visualizer for the N-Queens problem, from 1x1 to 10x10.

Notifications You must be signed in to change notification settings

GT3CH1/N-Queens-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N-Queens Visualizer

A simple visualizer for the N-Queens problem written in Java and Swing.

img.png

Features

  • Visualize placing N-Queens on a chess board with a dimension from 1x1 to 10x10.
  • Visualize all possible solutions for a given dimension (if any).

Things to do

  • Add a way to visualize the backtracking algorithm in action.

About

A simpler visualizer for the N-Queens problem, from 1x1 to 10x10.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages