Search:

Type: Posts; User: mico332

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,082

    Re: Need Help i cant fix this problem ...

    thx i get it now ... but i have another problem again this is the code

    import java.io.*;
    import java.util.*;

    public class SudokuSolver {
    public static void main(String[] args) throws...
  2. Replies
    3
    Views
    1,082

    Need Help i cant fix this problem ...

    this is the code

    import java.io.*;
    import java.util.*;

    /**
    * A Grid object holds the currently known values of the Sudoku puzzle.
    * The grid consists of 9x9 cells that hold integer values...
Results 1 to 2 of 2