[高等演算法][作業三] 討論
1. Given a 2-dimensional nn matrix of 0/1 integers, design a linear time algorithm to find a subrectanglewith the largest size such that all the elements in the sub-rectangle are equal to 1.2. Improve the space utilization in the algorithm of solving the 0/1 knapsack (sum-of-su...