The first line contains an Integer 'T' which denotes the number of test cases or queries to be run. Then the test cases follow.
The first line of each test case contains the size of the square matrix 'N'.
The second line of each test case contains the 'N' * 'N' Integers separated by a single space (the matrix is entered row-wise)
For each test case/query, print whether the given matrix is symmetric or not.
Output for every test case will be printed in a separate line.
You do not need to print anything, it has already been taken care of. Just implement the given function.
1 <= T <= 10
1 <= N <= 10^2
-10^9 <= data <= 10^9
Where 'data' denotes the element in the given 'matrix'.
Time Limit: 1 sec
King Placement
Ninja and the experiment
Search In A Sorted 2D Matrix
Spiral Matrix
Spiral Matrix
Spiral Matrix
Find the maximum element of each row