AdarshaHalder / HacktoberFest--2022

0 stars 6 forks source link

Find the saddle point #13

Open AdarshaHalder opened 2 years ago

AdarshaHalder commented 2 years ago

Find the saddle point for the matrix of order N. Saddle point is an element of the matrix such that it is the minimum element for the column to which it belongs. Saddle point for a given matrix is always unique. If matrix has no saddle point, show the message "NO SADDLE POINT".

swarnajha commented 2 years ago

Please assign this to me.