cn u hlp me to programme ths in c "
1 accept a matrix n*n
2 consider each row take he min element in that row and sub with other elements in that row(if each row and colum has has 1 zero then assign a job)
3 then consider each col take the min elemnt in the columnand sub with all other elem in the column(if each row and colum has has 1 zero then assign a job)
4 cut the zero in the row and column by min no of lines
5 remainng ar taken and take the min ele and sub frm te remaining and if the lines are crossed+ this no are added to the min element and replaced in the corresponding position
6 assign the job
1 accept a matrix n*n
2 consider each row take he min element in that row and sub with other elements in that row(if each row and colum has has 1 zero then assign a job)
3 then consider each col take the min elemnt in the columnand sub with all other elem in the column(if each row and colum has has 1 zero then assign a job)
4 cut the zero in the row and column by min no of lines
5 remainng ar taken and take the min ele and sub frm te remaining and if the lines are crossed+ this no are added to the min element and replaced in the corresponding position
6 assign the job