Matrix Data Structure :
Matrix is one of the important data structure . A matrix is nothing but the composition of rows and columns. It is just like a table . It contains the homogeneous data and also known as two dimension array.
Here are the list of problems :
1.    How to print matrix in Java
2. How to print Snake Pattern in Java
3.    How to print Boundary elements in java
4.    How to convert a matrix to it's Transpose
5.    How to rotate a matrix by 90 degree
6.    How to search in row and column wise sorted matrix
7. How to print matrix in Spiral Pattern


