1. 13
  1. 4

    Hi, author here. Happy to answer any questions you have on solving the Sudoku Puzzle with programming!

    starts vomiting blood

    1. 3

      data structure quote

      I found this very insightful! Do you know who wrote it, or perchance have a link to any of the author’s other writings?

      1. 1

        Here’s a slightly cleaner (imo) definition of ‘uniq’:

        [: ~. [: ,/ i.@# /:~"1@}.@|."0 2 ,"0/~
        

        Nicer would be to simply select the triangle directly, but I cannot figure out how to do it without a box:

        [: ; i.@# <@{."0 2 ,"0/~
        
        1. 1

          My cursed contribution:

          ix=: 3 : '4$.$.</&i.~#y'
          uniq=: {~ ix
          
      2. 1

        I especially enjoyed learning that CNF constitutes Clean Code! ;)

        1. 1

          stands for Code Neatly Formatted, which industry insiders call Clean Code which is what we call jargon