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

Added Word Search (Backtracking) in Python #7606

Closed
wants to merge 1 commit into from
Closed

Added Word Search (Backtracking) in Python #7606

wants to merge 1 commit into from

Conversation

adwityac
Copy link

Have you read the Contributing Guidelines on Pull Requests?

Yes I have read the contributing guidelines.

Description

I chose to add the Word Search algorithm specifically because it’s a classic problem that many learners encounter when studying backtracking. The grid structure and the need to explore various paths make it an excellent example of how backtracking can be applied effectively.

Additionally, the problem is relatable and commonly found in puzzles, which can make the concept more engaging for users. It also illustrates the practical utility of backtracking in real-world applications, such as text processing and game development. By including Word Search, I aimed to provide a clear and accessible example that enhances understanding of both backtracking and algorithmic problem-solving.

Checklist

  • [✅] I've read the contribution guidelines.
  • [✅] I've checked the issue list before deciding what to submit.
  • I've edited the README.md and link to my code.

Related Issues or Pull Requests

(Write your answer here.)

@adwityac adwityac closed this by deleting the head repository Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant