Nonoblock: Difference between revisions

Content added Content deleted
Line 945: Line 945:
nonoblocks([2, 3], 5)
nonoblocks([2, 3], 5)
</lang> {{output}} <pre>
</lang> {{output}} <pre>
With blocks [2, 1] and 5 cells:
With blocks [2, 1] and 5 cells:
##.#.
##.#.
##..#
##..#
.##.#
.##.#
With blocks [8] and 10 cells:
With blocks [8] and 10 cells:
########..
########..
.########.
.########.
..########
..########
With blocks [2, 3, 2, 3] and 15 cells:
With blocks [2, 3, 2, 3] and 15 cells:
##.###.##.###..
##.###.##.###..
##.###.##..###.
##.###.##..###.
##.###.##...###
##.###.##...###
##.###..##.###.
##.###..##.###.
##.###..##..###
##.###..##..###
##.###...##.###
##.###...##.###
##..###.##.###.
##..###.##.###.
##..###.##..###
##..###.##..###
##..###..##.###
##..###..##.###
##...###.##.###
##...###.##.###
.##.###.##.###.
.##.###.##.###.
.##.###.##..###
.##.###.##..###
.##.###..##.###
.##.###..##.###
.##..###.##.###
.##..###.##.###
..##.###.##.###
..##.###.##.###
With blocks [2, 3] and 5 cells:
With blocks [2, 3] and 5 cells:
No solution
No solution
</pre>
</pre>