Try to solve The K Weakest Rows in a Matrix problem.
We'll cover the following...
Statement
You are given an m×n binary matrix of 1’s (representing soldiers) and 0’s (representing civilians). The soldiers are positioned in front of the civilians, i.e., all the 1’s will appear to the left of ...