sudoku (help)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prassaad
    New Member
    • Aug 2007
    • 16

    sudoku (help)

    Hi,

    I have one assignment to write Sudoku problem in c (on linux). I have no idea how to implement this. If you have code for it, plz send me.
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    MODERATOR

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by prassaad
      Hi,

      I have one assignment to write Sudoku problem in c (on linux). I have no idea how to implement this. If you have code for it, plz send me.
      In the Java Articles section (see the blue menu bar near the top of this page)
      you can find a complete working Sudoku solver implementation written in Java.
      The article explains the whole shebang and there is not much 'Object Oriented'
      stuff in it so it should be easy to rewrite the thing in the C programming language.

      kind regards,

      Jos

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Originally posted by JosAH
        In the Java Articles section (see the blue menu bar near the top of this page)
        you can find a complete working Sudoku solver implementation written in Java.
        The article explains the whole shebang and there is not much 'Object Oriented'
        stuff in it so it should be easy to rewrite the thing in the C programming language.

        kind regards,

        Jos
        Jos-
        Ganon11 was already nice enough to post that bit of help in his (prassaad's) last post like this (in which he said he did not want full code...).

        prassaad-
        Please read your Private Messages (PMs) accessible via the PM link in the top right corner of this page.

        Thanks.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by sicarie
          Jos-
          Ganon11 was already nice enough to post that bit of help in his (prassaad's) last post like this (in which he said he did not want full code...).
          Ah, ok, so this was just a double post then; thanks for the notification.

          @OP: don't do that; if I had known that your question already was answered I
          wouldn't have bothered answering it again. So you didn't read Ganon11's answer
          and you decided to simply ask the same question again. You're wasting other
          people's time that way.

          kind regards,

          Jos

          Comment

          Working...