Skip to content

Commit 1647653

Browse files
authored
Update README.md
1 parent 8aced68 commit 1647653

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@
77
- You can stop Nyan by closing the figure.
88
- Enjoy nyan cat to your heart's content.
99

10+
[Recorded video](https://youtu.be/wINua1u4yMs=0s)
11+
1012
<img width="650" alt="nyancat_on_matlab" src="https://user-images.githubusercontent.com/93251045/227739427-098ddb81-5fb6-498e-aa72-063b7ba9093a.png">
1113

1214
### [Sudoku](https://github.com/elgar328/matlab-code-examples/tree/main/sudoku)
1315

16+
Sudoku puzzles are treated as an [Exact Cover Problem](https://en.wikipedia.org/wiki/Exact_cover),
17+
and [Knuth's Algorithm X](https://en.wikipedia.org/wiki/Knuth%27s_Algorithm_X) is used to solve it.
18+
1419
- Sudoku solver
1520

1621
<img width="400" src="https://user-images.githubusercontent.com/93251045/205836645-60c3c8fa-52c9-4321-a817-41072e39e787.png">

0 commit comments

Comments
 (0)