1
0

blogview_markdown

This commit is contained in:
2017-12-30 23:46:27 +01:00
parent c4aa27a708
commit bb28fd3b6d
13 changed files with 1673 additions and 23 deletions

View File

@@ -1,6 +1,3 @@
A sudoku solver in Befunge-93
=======================
![sudoku debug](/data/blog/SudokuSolver/sudoku.png)
Because of [this project euler puzzle](https://www.mikescher.com/blog/1/Project_Euler_with_Befunge/problem-096) I spend the last few days implementing a sudoku solver in befunge-93 (as always I ignored the 80x25 size restriction because otherwise befunge-93 would be not turing-complete and I'm pretty sure this problem impossible).