start from first row i=0;

move right until you find 1.
if you find 0 , say at index j ( arr[0][j] ), them one row down i.e at
row[1][j]and then move right.

continue in this this fashion and keep track row at which latest '1' is
found.

when you reach j=N...you will have the row index which has max number of
1's

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to