-
@freeCodeCamp/chinese
In preparation of the upcoming launch of the Chinese curriculum, the following Chinese curriculum challenges need to be compared to their English equivalents.
This issue o…
-
1. print("------|-------|-------") should be for row 3 and row 7. So this is probably not right:
`if row_index % 3 == 0 and row_index != 0:
print("------|-------|-------")
`
2. | should …
-
Rename menu paths and functions in JCT as follows:
```
Games \ Sudoku-Solver
==>
Games \ Sudoku Solver
```
also
```
Visuals \ Homomorphic Encryption
==>
Visuals \ Homomorphic Encrypt…
-
This is more of a visual issue based on the printGrid function that was fully created in Card 111. In Card 1, the grid should form the shape of a square, but when I run the code itself, it prints the …
-
Chances are I'm doing something wrong here, but since I'm at a point where I'm likely to shelve this toy project, thought I should report my problem just in case it's an issue with Holmes.
Concrete…
-
Click ✔️ to go to each solution.
The Link to each problem🌐 is at the top of each solution.
|#|title|my solution|
|:---:|:---:|:---:|
1| **N-Queens** | [✔️](https://github.com/hon9g/algorithms_an…
hon9g updated
4 years ago
-
As I was testing the Sudoku Solver code, I was checking to make sure that the def complete() function works, I got an error within the while loop in which the hasMoves() function isn't defined yet. Th…
-
The result of our attempt at a CLI runner (built using [this Cloud9 workspace](https://c9.io/potherca/arjank-sudoku-solver)):
```scala
package net.arjanonline.sudoku_solver
case class SudokuGen…
-
Generalize solver core to solve any kind of search puzzle, not only sudoku.
-
In Card 711, as I was testing the the Sudoku Solver code with the testPossible() function implemented, the problem here is that copy.deepcopy() isn't defined as a function when you assign this command…