-
-
I want to add a program that takes a 9x9 incomplete sudoku and prints a solution to it if possible
-
**Describe your problem and how to reproduce it:**
Hello.
After finishing the main scripts for both Sudoku Solver and American/British translator. I was unable to write test units that actually work…
-
Playing the game normally doesnt cause issues. However, if the user presses the spacebar to solve the board and then closes the program, it terminates the program with an error.
-
-
When defining a type one can specify multiple numbers separated by `|`.
```ts
type TTerminalColors = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
```
Allow to specify n…
-
hi are you able to check the medusa function ? i get this error
000000030000003962004080000009002004080050000012460000000000000095000107160007203
Initial puzzle: complete cells 25 /81. Candidat…
-
Questions like backtracking can also be added. Questions like
1) Sudoku Solver
2) N Queen Problem
3) Rat in a Maze
4) M coloring Problem
Kindly assign me this issue I want to work on it.
-
One of the Replit devs mentioned that they're making a lot of changes on their end, and recommends that we remove the `.replit` and `replit.nix` files from our boilerplate repos whenever possible. We …
-
This [sudoku solver](https://thesweeheng.wordpress.com/2008/11/28/sudoku-solver-translated-from-k-to-q/) is not written in k3 but I was trying to gather what it does and trying to reproduce in kona. …