//
pkg.gl
Category
github.com/ferralucho/go-utils-algorithms
dynamic
matrix
max_subsize_matrix
package
0.0.0-20250106203055-e52d13fc8f8a
Repository:
https://github.com/ferralucho/go-utils-algorithms.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
55 SLOC
#
Functions
MaximumSizeSubMatrix
MaximumSizeSubMatrix calculates the maximum size of a submatrix with all 1s in a binary matrix.