How NOT to solve a sudoku - Cómo NO resolver un sudoku
English Hi everyone!! Some years ago, when I began learning to code in the first course of university I remember myself thinking how easy could be to solve a sudoku with a computer. We were using MatLab back then and I wasn't particularly good with it so I had enough to worry about trying to pass that subject. I left my little sudoku project for the future. During my college time, we kept using MatLab a lot. Basically, we had at least one subject that required that program every year. When I finished my studies I had improved considerably. It's not that I had created something amazing with it but I felt comfortable using it for maths, graphics and some other different purposes. One afternoon I was doing a sudoku on my own when the idea of writing a script to solve it with the computer came to my mind again. I thought it would be something easy that would require one day or two of work. I was tremendously WRONG. (maybe someone who has studied computer science or has a deepe...