AdarshaHalder / HacktoberFest--2022

0 stars 6 forks source link

Find the saddle point #13

Open AdarshaHalder opened 1 year ago

AdarshaHalder commented 1 year 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 1 year ago

Please assign this to me.