MCPcopy Create free account
hub / github.com/Reaper622/DataStructure-Algorithm-TS / maxSquare

Function maxSquare

Algorithm/GreedyAlgorithm/MaxSquare.ts:7–32  ·  view source on GitHub ↗

* 在一个由 0 和 1 组成的二维矩阵内,找到只包含 1 的最大正方形,并返回其面积。 * @param {string[][]} matrix * @return {number}

(matrix: string[][])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected