Versions in this module Expand all Collapse all v0 v0.1.1 Sep 6, 2022 Changes in this version + type NumMatrix struct + func Constructor(matrix [][]int) NumMatrix + func (t *NumMatrix) SumRegion(row1 int, col1 int, row2 int, col2 int) int