Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: YinYang(int, int, string)

Declaration

public YinYang(
    int width,
    int height,
    string description
)

Summary

Constructor.

Parameters

intwidth Width of the puzzle.
intheight Height of the puzzle.
stringdescription 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.