Spandan-Bhattacharya / Solve_it

A website which can give you the solution to many solvable games like sudoku, nonogram, crossword puzzles
https://solve-it-self.vercel.app
MIT License
19 stars 48 forks source link

Improved N Queen Solver #236

Closed Surajit0573 closed 8 months ago

Surajit0573 commented 8 months ago

Title : Improve N queen solver Issue : #224 Changes :

  1. Added the feature to generate solutions for all n values from 1 to 10.
  2. created checker board pattern.(alternate dark and light squares)
  3. Added a reset button
  4. Added a back to home button.

Video :

screen-capture (2).webm

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
solve-it ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2024 1:27pm
Spandan-Bhattacharya commented 8 months ago

Good Job!