Skip to content

Comparison of brute-force and divide & conquer solutions for the Domino Tiling Problem (2×n board with 2×1 dominoes). Includes a research paper and a visualizer.

License

Notifications You must be signed in to change notification settings

mohamedelziat50/Tiling-Problem-MIU

Repository files navigation

Domino Tiling Problem

This project explores the classic Domino Tiling Problem (Brute Force vs. Divide & Conquer), focusing on tiling a 2×n board with 2×1 dominoes. It is part of a research paper project, with the main algorithm and analysis provided in the included research paper and C++ code.

Features

  • Research Paper: Contains a detailed write-up (PDF, LaTeX source) for the domino tiling problem, including both brute-force and divide and conquer approaches.
  • Brute-Force Visualizer: An interactive HTML visualizer to demonstrate the brute-force approach for tiling, allowing users to step through the tiling process and see all possible configurations. (Visualizer is for brute-force only.)

Visualizer Screenshot

Visualizer Screenshot

Research Paper Screenshot

Research Paper Screenshot

Files

Usage

About

Comparison of brute-force and divide & conquer solutions for the Domino Tiling Problem (2×n board with 2×1 dominoes). Includes a research paper and a visualizer.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 5