Chessboard Coverage (Tromino Tiling) in C#. A Windows Forms application that implements the classic divide-and-conquer algorithm for covering a 2ⁿ × 2ⁿ chessboard with trominoes, leaving one square uncovered.
csharp university-project cs recursive-algorithm windows-forms divide-and-conquer tromino-tiling-algorithm algorithm-visualization chessboard-coverage
-
Updated
Aug 19, 2025 - C#