Skip to content

Commit afb6a82

Browse files
authored
Update README.md
1 parent cd2769b commit afb6a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set proce
55

66
It can be upgraded for 16x16 or 25x25 grids.
77

8-
The algorithm was implemented in [Java](https://github.com/nilostolte/Sudoku/blob/main/src), as well as in
9-
[C](https://github.com/nilostolte/Sudoku/tree/main/C/src). The description below
8+
The algorithm was implemented in [Java](https://github.com/nilostolte/Sudoku/blob/main/src), in
9+
[C](https://github.com/nilostolte/Sudoku/tree/main/C/src), as well as in [Zig](https://github.com/nilostolte/Sudoku/tree/main/Zig). The description below
1010
concerns the Java implementation, even though, the [C implementation](https://github.com/nilostolte/Sudoku/tree/main/C/src)
11-
is quite similar, but without classes.
11+
is quite similar, but without classes. [Zig implementation](https://github.com/nilostolte/Sudoku/tree/main/Zig) is similar to C's but with an OOP style stack.
1212

1313
The [Windows 64 executable supplied](https://github.com/nilostolte/Sudoku/blob/main/C/bin/sudoku.exe) can be used to
1414
solve arbitrary grids as decribed in the [documentation](https://github.com/nilostolte/Sudoku/tree/main/C/doc).

0 commit comments

Comments
 (0)