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

Improve N queen solver #224

Closed Spandan-Bhattacharya closed 8 months ago

Spandan-Bhattacharya commented 9 months ago
  1. Add the feature to generate solutions for all n values from 1 to 10.
  2. Make the chess board have a checker board pattern.(alternate dark and light squares)
  3. Add a reset button
  4. Add a back to home button.
HARSH00M commented 9 months ago

Maintainer can you describe problem 1 of this issue

Spandan-Bhattacharya commented 9 months ago

@HARSH00M Currently the N queen solver solves for only n=8. I want it to give the user to choose between values from n=1 to n=10. then the solver will give the output for the required n value. Eg: user gives n=4. So a 4x4 grid with 4 queens correctly placed is the solved answer.

Surajit0573 commented 8 months ago

Please Assign me this Under JWOC 2024.

Spandan-Bhattacharya commented 8 months ago

@Surajit0573 Go for it!