magic square

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • j_depp_99@yahoo.com

    magic square

    I would like to know if the 6x6 magic square can be done using the
    backtracking algorithm and if so how long would it take. I found a
    link online that does this pretty quick though:



    I've found some information on the siamese method and is this related
    to the backtracking algorithm?
  • red floyd

    #2
    Re: magic square

    j_depp_99@yahoo .com wrote:
    I would like to know if the 6x6 magic square can be done using the
    backtracking algorithm and if so how long would it take. I found a
    link online that does this pretty quick though:
    >

    >
    I've found some information on the siamese method and is this related
    to the backtracking algorithm?
    1. This is totally off topic here, try an algorithms group
    Hint: If the answer would be the same in some language other than C++,
    it's OT here. Or, if the answer would not apply if you changed your
    OS/Platform (i.e. go from Windows to Linux), or your hardware, it's OT here.

    2. However, I'm feeling generous. Your answer can be found here:



    Hope that helps.

    Comment

    • j_depp_99@yahoo.com

      #3
      Re: magic square

      On Apr 6, 10:24 pm, red floyd <no.s...@here.d udewrote:
      j_depp...@yahoo .com wrote:
      I would like to know if the 6x6 magic square can be done using the
      backtracking algorithm and if so how long would it take. I found a
      link online that does this pretty quick though:
      >>
      I've found some information on the siamese method and is this related
      to the backtracking algorithm?
      >
      1.  This is totally off topic here, try an algorithms group
      Hint: If the answer would be the same in some language other than C++,
      it's OT here.  Or, if the answer would not apply if you changed your
      OS/Platform (i.e. go from Windows to Linux), or your hardware, it's OT here.
      >
      2.  However, I'm feeling generous.  Your answer can be found here:
      >

      >
      Hope that helps.
      Sorry. Thank you for being gentle, I've been cured.

      Comment

      Working...