Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Leetcode problem 782. Transform to Chessboard. #325

Open
vermaaarti opened this issue Oct 8, 2023 · 0 comments
Open

Leetcode problem 782. Transform to Chessboard. #325

vermaaarti opened this issue Oct 8, 2023 · 0 comments

Comments

@vermaaarti
Copy link

Hey @Saikat2407, I would like to contribute to this problem, Please do assign it to me.
Where:
given an n x n binary grid board. In each move, you can swap any two rows with each other, or any two columns with each other.

Return the minimum number of moves to transform the board into a chessboard board. If the task is impossible, return -1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant