Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '2019/12/array/index.html')
-rw-r--r--2019/12/array/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/2019/12/array/index.html b/2019/12/array/index.html
index 8efeece..0e782dd 100644
--- a/2019/12/array/index.html
+++ b/2019/12/array/index.html
@@ -346,9 +346,7 @@
</div>
</div>
<div class="article-entry marked-body js-toc-content" itemprop="articleBody">
-
-
-<h3 id="easy-1252-cells-with-odd-values-in-a-matrix-https-leetcode-com-problems-cells-with-odd-values-in-a-matrix-submissions"><a href="https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/submissions/">Easy =&gt; 1252. Cells with Odd Values in a Matrix</a></h3>
+ <h3 id="easy-1252-cells-with-odd-values-in-a-matrix-https-leetcode-com-problems-cells-with-odd-values-in-a-matrix-submissions"><a href="https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/submissions/">Easy =&gt; 1252. Cells with Odd Values in a Matrix</a></h3>
<pre><code class="language-java"> public int oddCells(int n, int m, int[][] indices) {
boolean[] oddRows = new boolean[n];
@@ -408,7 +406,6 @@
return curr;
}
</code></pre>
-
</div>
<div class="article-footer">
<blockquote class="mt-2x">