How to solve this problem?

Revision en1, by rahul_bhaiya_sabka_baap, 2018-08-30 06:45:03

There is a square matrix 'X' of dimension n x n. It consists of zeros and ones. Given a value k, print the dimensions of a sub matrix of X consisting at most k zeros.

Tags #dp, #matrix

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English rahul_bhaiya_sabka_baap 2018-08-30 06:45:03 192 Initial revision (published)