Computer Science, asked by gopinathk, 1 month ago

Given a square matrix with the elements 0 or 1, write a program to find a maximum square submatrix whose
elements are all 1s. Write a java program should prompt the user to enter the number of rows in the matrix. The
program then displays the location of the first element in the maximum square submatrix and the number of the
rows in the submatrix. Here is a sample run:
Enter the number of rows in the matrix: 5
Enter the matrix row by row:
10111
10111
10111
1 1 1 0 1
10101
The maximum square submatrix is at (2, 2) with size 3​

Answers

Answered by parthgulati06
0

Answer:

_Syllabus for PT first

Chapter:- A Letter To God

Nelson Mandela

Poem:- Dust Of Snow

Fire And Ice

Similar questions