Search:

Type: Posts; User: MysticDeath

Search: Search took 0.09 seconds.

  1. Re: In a bit of a pickle, unsure of what I should do

    No, not really.
    The harder ones take more time :)
    I'd rather use the simple logic, although idk.
    Do you know what is causing the null pointer exception though?:-t

    Oh an my null pointer error:...
  2. Re: In a bit of a pickle, unsure of what I should do

    Yea, But there's something wrong:
    I keep getting a Null Pointer Exception;
    When I have the following files:


    import java.util.ArrayList;


    public class runprogram {
    ArrayList arrayList =...
  3. Re: In a bit of a pickle, unsure of what I should do

    Ok well here's what I mean:
    Every cell in the sudoku puzzle has possible values;
    As in
    Say we have part of a puzzle

    1 2 3 _ _ _
    4 5 6 1 _ _
    7 8 9 _ _ x

    the x can't have 7 8 9 as...
  4. Re: In a bit of a pickle, unsure of what I should do

    Alright, well so far that sounds good.
    I'll modify my program and adjust it to fit what you said.
    However, how would you approach removing and adding possible values.
  5. Re: In a bit of a pickle, unsure of what I should do

    Oh good point.
    Well this project is supposed to be completely different in the end, It will load the sudoku from a file, and I was thinking perhaps first it should be in an array, then the array...
  6. Re: In a bit of a pickle, unsure of what I should do

    Oh I don't know if you know, but I have another file representing the whole board.
    Why the two dimensional array?
    EDIT:
    Oh wait you are referring to the 3*3 portion of a board?
    I was hoping to...
  7. In a bit of a pickle, unsure of what I should do

    Well I'm writing this for fun, no it's not homework.
    So anyway, it's basically a Sudoku Solver.
    I intend to have it solve a Sudoku by finding obvious pairs;
    As in naked pairs : Solving Sudoku...
Results 1 to 7 of 7