This is a Sudoku solver that uses arc consistency and domain splitting. Also able to tell if a board has no or many solutions.
Download SudokuSolver
August 24, 2008 - 5:16 pm
Tags: C++, Java
Posted in C++, Java, Programming | 1 comment
After some fiddling with XCode and C++, I finally got it compiling my Hello World. To my pleasure, the syntax in C++ is somewhat similar with Java, but there are still many differences.
In Java, to start a class we use:
public class fileName
{
}
In a command line C++ program, the following lines are needed:
#include <iostream>
using namespace std;
iostream [...]
July 15, 2008 - 8:59 pm
Tags: eclipse, Java, Programming
Posted in Java, Windows | No comments
This guide will show beginner programmers how to set up and install JDK and the Eclipse IDE. I will be installing JDK 6 Update 7 and Eclipse 3.4.0 Ganymede.
Get JDK
Mac Users: Skip this as you already have JDK. Do a system update to check if you have latest one.
You will need to install JDK first [...]
October 13, 2008 - 12:41 pm
Hi,
This is an awesome program by the way. I was wondering if there was any way for the user to know how long it took for them to complete the quiz, kind of like a timer.
October 13, 2008 - 12:57 pm
@Angel
The latest version I have has a timer function but I didn’t bother releasing it. Now that you reminded me, I updated the post to include it.
October 15, 2008 - 9:50 am
This is amazing!! This will be great for my kids!! Good Job!!
January 19, 2009 - 2:06 am
Hi, I’m also a Java hobbyist. Your blog is really good. I’m a BS IT student from the Philippines and I’ve been doing simple student projects here. Right now I have a client that needs Math Test Generator Application, after a few seconds with Google, I found your blog.
The client sent me a link to this shareware commercial application, http://www.kutasoftware.com/trial.html
after trying it, I figured out that I can’t make this one by myself. The client said that their department is gonna propose this project for their school usage and he was looking for a low-budget project.
I’m looking forward making a real professional Java application that we can use it for our portfolio. What do you say, are you interested?
here’s my ym: thirdy_boxster