Skip to content

Commit

Permalink
14: disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
razetime committed Jan 25, 2024
1 parent 5a53cc8 commit 01c7729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 14-sudoku.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# A Sudoku program

Sudoku is great array task for K since it deals with small 2D arrays and it can be solved very nicely with array based methods.
In this chapter, we will make a fully featured Sudoku game in K.
In this chapter, we will make a fully featured Sudoku game in K. This chapter will feature longer K snippets, and it will
test your ability to read K.

If you do not know what Sudoku is, I suggest reading [these articles](http://pi.math.cornell.edu/~mec/Summer2009/Mahmood/Intro.html).

Expand Down

0 comments on commit 01c7729

Please sign in to comment.