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

Word Search in a 2D Grid #1347

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

Bhoomysingh10
Copy link
Contributor

@Bhoomysingh10 Bhoomysingh10 commented Oct 27, 2024

Fixes #1238

Word Search in 2D Grid Using Backtracking

This program determines if a given word can be found in a 2D grid of letters by connecting adjacent cells horizontally or vertically. It utilizes recursive backtracking to explore possible paths while ensuring each cell is used only once. The output is a boolean value indicating whether the word exists in the grid.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

@pankaj-bind
Copy link
Member

not assigned

@Bhoomysingh10
Copy link
Contributor Author

Bhoomysingh10 commented Oct 28, 2024

@pankaj-bind Sir What is the issue?

@Bhoomysingh10
Copy link
Contributor Author

Bhoomysingh10 commented Oct 28, 2024

You have only assigned this issue to me, how come it is not assigned as per you ?
@pankaj-bind
image

@pankaj-bind pankaj-bind reopened this Oct 28, 2024
@pankaj-bind pankaj-bind reopened this Oct 28, 2024
@pankaj-bind
Copy link
Member

You should always mention your issue number in your PR, I have already made clear instruction for that. Now you have to remove .exe file.

@Bhoomysingh10
Copy link
Contributor Author

@pankaj-bind Sir completed !

@pankaj-bind pankaj-bind merged commit 11ff83b into AlgoGenesis:main Oct 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NEW ALGORITHM] Word Search in a 2D Grid Using Backtracking in C
2 participants