Recent content by Entrevado

  1. Entrevado

    N Queens problem

    Thanks for your answers. Regarding the mention of the solution on Wikipedia, it's correct, but I wasn't familiar with it. I may be following the same path without realizing it. Here's the solution for N=20: 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 3, 1, 7, 5, 11, 9, 15, 13, 19, 17 P.S.: I also see...
  2. Entrevado

    N Queens problem

    I'm not familiar with any of those methods, I'm just trying to find a simple way to generate a valid and direct result , I'm currently at 70% of N values, but I don't know if completion can be helpful, that's why I'm asking. And thanks for responding.
  3. Entrevado

    N Queens problem

    Would it be useful to have a method to generate a (just one) direct and valid solution for each value of N?
Back
Top