1. 遍历整个矩阵 2. 根据矩阵中元素的坐标,计算出子数独的索引:假设坐标位(i, j),矩阵为rows cols,子数独索引计算公式:(i / 3) 3 + j / 3 @param board @return
(char[][] board)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected