Skip to content

Commit

Permalink
Update Tiling-problem.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar authored Nov 8, 2024
1 parent cbf8478 commit d66280a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/backtracking algorithms/Tiling-problem.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---

id: tiling-problem-domino-tiling
id: tiling-problem-domino-tiling
sidebar_position: 6
title: Tiling-problem
sidebar_label: Tiling Problem

---
## Definition 📖

The **Tiling Problem** involves determining the number of ways to tile a given grid using dominoes (or similar tiles) of a fixed size. Specifically, in the **Domino Tiling** problem, the goal is to tile a `2 x n` grid using `1 x 2` dominoes. The dominoes can be placed either horizontally or vertically.

Expand Down

0 comments on commit d66280a

Please sign in to comment.