Check whether the entire matrix is palindrome or not.
Example
matrix = [7 8 7]
matrix_reverse = [7 8 7]
So the matrix is palindrome.
960 Solvers
135 Solvers
Sum the 'edge' values of a matrix
153 Solvers
Find the area of the four walls
135 Solvers
270 Solvers
Problem Tags