Legend
| Constructor: YinYang( |
| int | width | Width of the puzzle. |
| int | height | Height of the puzzle. |
| string | description |
A string representation of the givens (pre-filled cells in the puzzle). Allowed characters are k
(black), w (white) and . (no given). The length of the string must equal width×height. |