我试图编造一个ud溶器,而我试图这样做的方式是拥有9x9个电线器的电网,该电线标有“set”物体的地址,这些物体要么放弃解决办法,要么具有可行的价值。
我能够先通过每栏两栏,然后进入下行和重复。
However, I m having a hard time imagining how I would designate which sub-grid (or box, block etc) a specific cell belongs to. My initial impression was to have if statements in the for loops, such as if row < 2 (rows start at 0) & col < 2 then we re in the 1st block, but that seems to get messy. Would there be a better way of doing this?