Editorial for BSSPC '21 S1 - Lakshy and Palindromic Rectangle
Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.
Submitting an official solution before solving the problem yourself is a bannable offence.
Author:
Subtask 1
In order for every row and column to be a palindrome, the grid must be of the form:
Where
Time Complexity:
Subtask 2
Generalizing the previous solution to an arbitrary
Time Complexity:
Comments