-
#### Edited by @moT01:
I hope you don't mind @qaz6209031, but I am changing this issue to discuss the removal of the solutions in the hints. I fixed the original issue described below, see the co…
-
# Feature ✅
**Python sudoku solver**
## Description
**A python program to solve a Sudoku board provided by the user as input. If the board is valid it solves the board and displays the final …
-
## Script Title - Sudoku Solver by recursion/backtrack
**what will change** - Adding script for solving sudoku
## Instructions
- Create a new folder for your script and file/folder name shoul…
-
@kaustubhgupta A (probably inefficient) Sudoku solver written in python3
**Languages**
- [x] Python
-
I propose to include [psteinb/hpc-parallel-novice](https://psteinb.github.io/hpc-parallel-novice/) into hpc-carpentry. Here are some thoughts that motivate this:
- the material was taken from [hp…
-
Please refer to https://forum.freecodecamp.org/t/tests-passes-even-without-any-css/409817
Tell us what’s happening:
This exercise asks to create Survey form.
As per survey form; I’ve entered al…
-
## Script Title -
**what will change** -
## Instructions
- Create a new folder for your script and file/folder name should be appropriate.
- Create a README.md in your folder for program Ins…
-
Here is the sudoku,
0 0 0 0 0 0 2 0 0
0 8 0 0 0 7 0 9 0
6 0 2 0 0 0 5 0 0
0 7 0 0 6 0 0 0 0
0 0 0 9 0 1 0 0 0
0 0 0 0 2 0 0 4 0
0 0 5 0 0 0 6 0 3
0 9 0 4 0 0 0 7 0
0 0 6 0 0 0 0 0 0
I am not…
-
Please fill all details for a better explanation of the issue. Add files to the proper folder. Ask for Assigned before making PR.
**Title** - Sudoku Solver using Backtracking Algorithm
**what wi…
-
write a code for solving sudoku in python