As promised, here’s the code for the newest revision of my Sudoku Solver. More »
Tag: Engineering & Computing
Sudoku Solver Speed – Logic vs. Guessing
The recursion in the guessing logic of my old Sudoku solver was flawed — often finishing without a complete puzzle. So I’ve rewritten it and I’ll be putting it in another post after this one. More »
MATLAB – Juggling Game
As promised, here’s the code for my Juggling game. More »
MATLAB – Air Hockey Code Explanation – Part 2
Let’s get back into this code. More »
MATLAB – Air Hockey Code Explanation – Part 1
My air hockey code has been something I’ve wanted to explain a bit more — and so in an effort to get somewhere with it, I’ll be splitting it up into parts; blogging as I have free time. In the first part of my explanation, I’ll be focusing on some overarching object oriented ideas as well as constructors. More »
Visualizing a Radar’s Wavefront
Saw this on Engadget and I had to share. More »
IBM’s Cognitive Computing Core
[MATLAB] Processing File Formats
Here’s a recent problem that I’ve come across and found a pseudo-elegant way to solve it. More »