18
donuts
7y

I just realized.. The way I play Sudoku (I use autofill) ~= why I program and write utility libraries

Skip the boring stuff and get to the actual problem

Comments
  • 2
    Yeah but it gets the job done
  • 7
    The actual problem is that you haven't made a algorithm to solve the Sudoku
  • 2
    Actually I have... but I got bored after having my computer just use brute force to solve the world hardest problem.

    As they say the joy/experience is mostly in the journey not the destination.

    I just don't want "kids annoying me while I'm trying to get there"
  • 0
    I say use the social media power of devRant to slove this.
    I'll start:

    Bottom-right-square: add 3 below 9
  • 1
    @bioDan whys that? I could also just use the power of the Solve button too u know...
  • 0
    For about 80% of the reason of why we code - for fun!
  • 0
    @bioDan I mean how do you know it's a 3
  • 0
    @billgates look at the position of 3 in the boxes above
  • 1
    @bioDan o lol... Thought you were looking at some multi column row pattern using what-if logic
  • 0
    @billgates question - one with a what-if logic would be:
    Right-most middle box, add 1 to the right corner bottom field (below 4 next to 3 on the left)
    ?

    (Btw this one is also correct)
  • 1
    @bioDan didnt quite understand... so i just solved the whole thing. were u correct?
  • 0
    @billgates lol yes.. I just got the 3 and all the 1s figured out.
    Thanks for the 🚽 entertainment 👍
Add Comment