Sudoku Solver in Java

por singhvib
Sudoku Solver in Java

UI based code implemented in Java. Allows the users to initiate and play a game of sudoku, get hint and solve a suduko. Hosted at: http://sourceforge.net/projects/bsudoku/ Part of the code [for calculating next step]: public void nextStep(Vector pos[][]) { possible = pos; boolean stepPos = false; int len; for(int i=0;i<9;i++) { for(int j=0;j<9;j++) { len = possible[i][j].size(); if(len==1) { labels[i][j].setText(String.valueOf(possible[i][j].firstElement())); labels[i][j].setBackground(Color.red); currsol[i][j] = Integer.parseInt(labels[i][j].getText()); backtrackcount[i][j]=Integer.MAX_VALUE; stepPos = true; } ...

image of username singhvib Flag of India Mumbai , India

Sobre Mim

I am currently working in GISE Lab at IIT Bombay as a Research Assistant. My homepage is here: [login to view URL]~singhvib I have been involved in freelancing for over an year and I have successfully delivered over 60 projects during this time.

$ 15 USD/h

NOVO FREELANCER!

Tags