Hi, author here. Happy to answer any questions you have on solving the Sudoku Puzzle with programming!
starts vomiting blood
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?
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/~
My cursed contribution:
ix=: 3 : '4$.$.</&i.~#y' uniq=: {~ ix
I especially enjoyed learning that CNF constitutes Clean Code! ;)
stands for Code Neatly Formatted, which industry insiders call Clean Code which is what we call jargon
Hi, author here. Happy to answer any questions you have on solving the Sudoku Puzzle with programming!
starts vomiting blood
I found this very insightful! Do you know who wrote it, or perchance have a link to any of the author’s other writings?
Here’s a slightly cleaner (imo) definition of ‘uniq’:
Nicer would be to simply select the triangle directly, but I cannot figure out how to do it without a box:
My cursed contribution:
I especially enjoyed learning that CNF constitutes Clean Code! ;)
stands for Code Neatly Formatted, which industry insiders call Clean Code which is what we call jargon