Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ feature ]: Added Tilling problem ( domino tiling ) in backtracking algorithm folder #1897

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

Jivan052
Copy link
Contributor

@Jivan052 Jivan052 commented Nov 6, 2024

📥 Pull Request

Description:

I have added Tiling-problem doc. in backtracking folder.

The Domino Tiling Problem has been added to Algo, providing a dynamic programming solution to calculate the number of ways to tile a 2 x n grid using 1 x 2 dominoes. This feature helps users practice dynamic programming and recursion techniques, with real-world applications in space optimization and puzzle games. By introducing this classic problem, we aim to enhance problem-solving skills and provide a practical challenge for algorithm enthusiasts.

Fixes #1884

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

github-actions bot commented Nov 6, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible.). If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Jivan052 Jivan052 changed the title [ feature ]: Added Tilling problem ( domino tiling ) in backtracking folder [ feature ]: Added Tilling problem ( domino tiling ) in backtracking algorithm folder Nov 6, 2024
Copy link

github-actions bot commented Nov 6, 2024

⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀

🔗 Site: Algo | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/algo/ 🟡 63 🟢 96 🟡 71 🟡 86 📄
/algo/docs 🔴 47 🟢 96 🟡 75 🟢 100 📄
/algo/blog 🟡 67 🟢 92 🟢 96 🟡 86 📄

@ajay-dhangar ajay-dhangar added gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. level1 GirlScript Summer of Code | Contributor's Levels labels Nov 7, 2024
Copy link
Owner

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update your code based on suggestions

docs/backtracking algorithms/Tiling-problem.md Outdated Show resolved Hide resolved
Copy link
Owner

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ajay-dhangar ajay-dhangar merged commit 4929080 into ajay-dhangar:main Nov 8, 2024
4 checks passed
Copy link

github-actions bot commented Nov 8, 2024

🎉🎉 Thank you for your contribution! Your PR #1897 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Want to add Tiling problem ( Domino tiling ) doc. in Backtracking-algorithm folder
2 participants