Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Re: N queens problem! Please help !I don't really know what the f... is going on ?

    } // <-- end of main method

    Nqueens qq = new Nqueens(4); // valid declaration and initialization of object field, but I don't think this is what you wanted
    qq.solution(); // code isn't inside...
  2. Re: N queens problem! Please help !I don't really know what the f... is going on ?

    You have some code in your testN class which isn't inside of any method (last 3 lines).
Results 1 to 2 of 2