Skip to content
New issue

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

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

Already on GitHub? # to your account

Solve Problem 2257. Count Unguarded Cells in the Grid in C #2210

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Nov 26, 2024

This pull request resolves #2209 by solving the problem 2257. Count Unguarded Cells in the Grid in C. It does so by implementing the same solution as the C++ solution to the problem implemented in #2184.

@threeal threeal added this to the November 2024 milestone Nov 26, 2024
@threeal threeal self-assigned this Nov 26, 2024
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
@threeal threeal force-pushed the solve-problem-2257-in-c branch from c128b8f to 90e0071 Compare November 26, 2024 16:03
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
@threeal threeal marked this pull request as ready for review November 26, 2024 16:14
@threeal threeal merged commit 9a2917a into main Nov 27, 2024
2 checks passed
@threeal threeal deleted the solve-problem-2257-in-c branch November 27, 2024 06:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Solve Problem 2257. Count Unguarded Cells in the Grid in C
1 participant