Skip to content

Solve Problem 1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix#5292

Open
threeal wants to merge 2 commits intomainfrom
solve-problem-1284
Open

Solve Problem 1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix#5292
threeal wants to merge 2 commits intomainfrom
solve-problem-1284

Conversation

@threeal
Copy link
Owner

@threeal threeal commented Feb 16, 2026

This pull request resolves #5291 by solving the problem 1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix in C++ using depth-first search and backtracking.

…inary Matrix to Zero Matrix

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
@threeal threeal added this to the February 2026 milestone Feb 16, 2026
@threeal threeal self-assigned this Feb 16, 2026
@threeal threeal added this to Granary Feb 16, 2026
@threeal threeal moved this to Harvestable in Granary Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Harvestable

Development

Successfully merging this pull request may close these issues.

Solve Problem 1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix

1 participant