User Profile

Collapse

Profile Sidebar

Collapse
hashimtk
hashimtk
Last Activity: Nov 28 '07, 03:33 AM
Joined: Nov 19 '07
Location: bangalore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hashimtk
    replied to sudoku
    in Java
    [CODE=java] package hitori;

    public class Sudoku {


    public final static int puzzle[][] = {
    {2, 0, 0, 7, 4, 0, 8, 0, 1},
    {8, 0, 0, 2, 9, 0, 5, 0, 6},
    {0, 7, 5, 0, 8, 0, 0, 0, 0},
    {0, 0, 0, 8, 2, 0, 6, 0, 0},
    {4, 0, 2, 0, 0, 0, 9, 0, 8},
    {0, 0, 3, 0, 6, 9, 0, 0, 0},
    {0, 0, 0, 0, 1, 0, 4, 6, 0},
    ...
    See more | Go to post
    Last edited by r035198x; Nov 20 '07, 06:19 AM. Reason: added code tags

    Leave a comment:


  • hashimtk
    started a topic sudoku
    in Java

    sudoku

    Hi,
    i done a sudoku solving program ,and i got solution for easy sudoku, Can u explain any logic to find out medium and hard sudoku.
    See more | Go to post
No activity results to display
Show More
Working...