From 0ffa5699bf1e55f028d4ccacfbf516bec52388fc Mon Sep 17 00:00:00 2001 From: otis Date: Thu, 2 Jan 2020 19:17:06 +0800 Subject: update gh-pages --- 2019/12/array/index.html | 5 +---- 2019/12/linkedlist/index.html | 5 +---- categories/corejava/index.xml | 4 ++-- categories/hystrix/index.xml | 4 ++-- categories/index.xml | 4 ++-- categories/leetcode/index.xml | 4 ++-- categories/redis/index.xml | 4 ++-- .../\345\255\246\344\271\240\347\254\224\350\256\260/index.xml" | 4 ++-- .../\346\266\210\346\201\257\351\230\237\345\210\227/index.xml" | 4 ++-- collections/index.xml | 4 ++-- index.html | 4 +--- index.xml | 4 ++-- posts/index.xml | 4 ++-- searchindex.json | 2 +- tags/collections/index.xml | 4 ++-- tags/hugo/index.xml | 4 ++-- tags/hystrix/index.xml | 4 ++-- tags/index.xml | 4 ++-- tags/leetcode/index.xml | 4 ++-- tags/netty/index.xml | 4 ++-- tags/rabbitmq/index.xml | 4 ++-- tags/redis/index.xml | 4 ++-- tags/rust/index.xml | 4 ++-- tags/rxjava/index.xml | 4 ++-- "tags/\345\210\206\345\270\203\345\274\217\351\224\201/index.xml" | 4 ++-- .../index.xml" | 4 ++-- "tags/\346\225\260\346\215\256\347\273\223\346\236\204/index.xml" | 4 ++-- 27 files changed, 50 insertions(+), 58 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 @@
- - -

Easy => 1252. Cells with Odd Values in a Matrix

+

Easy => 1252. Cells with Odd Values in a Matrix

    public int oddCells(int n, int m, int[][] indices) {
         boolean[] oddRows = new boolean[n];
@@ -408,7 +406,6 @@
     return curr;
 }		
 
-
diff --git a/2019/12/linkedlist/index.html b/2019/12/linkedlist/index.html index d21a2f7..c120554 100644 --- a/2019/12/linkedlist/index.html +++ b/2019/12/linkedlist/index.html @@ -346,9 +346,7 @@
- - -

链表需要注意的问题:

+

链表需要注意的问题:

diff --git a/categories/corejava/index.xml b/categories/corejava/index.xml index adb513d..17f9edd 100644 --- a/categories/corejava/index.xml +++ b/categories/corejava/index.xml @@ -16,7 +16,7 @@ Thu, 26 Dec 2019 18:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/ - 链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of + @@ -25,7 +25,7 @@ Thu, 26 Dec 2019 17:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/array/ - Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^= + diff --git a/categories/hystrix/index.xml b/categories/hystrix/index.xml index 07024a7..01c30cc 100644 --- a/categories/hystrix/index.xml +++ b/categories/hystrix/index.xml @@ -16,7 +16,7 @@ Thu, 26 Dec 2019 18:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/ - 链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of + @@ -25,7 +25,7 @@ Thu, 26 Dec 2019 17:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/array/ - Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^= + diff --git a/categories/index.xml b/categories/index.xml index 2c86a31..9fce5a0 100644 --- a/categories/index.xml +++ b/categories/index.xml @@ -16,7 +16,7 @@ Thu, 26 Dec 2019 18:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/ - 链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of + @@ -25,7 +25,7 @@ Thu, 26 Dec 2019 17:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/array/ - Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^= + diff --git a/categories/leetcode/index.xml b/categories/leetcode/index.xml index c4759c1..d54f14b 100644 --- a/categories/leetcode/index.xml +++ b/categories/leetcode/index.xml @@ -16,7 +16,7 @@ Thu, 26 Dec 2019 18:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/ - 链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of + @@ -25,7 +25,7 @@ Thu, 26 Dec 2019 17:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/array/ - Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^= + diff --git a/categories/redis/index.xml b/categories/redis/index.xml index 5012eab..b336867 100644 --- a/categories/redis/index.xml +++ b/categories/redis/index.xml @@ -16,7 +16,7 @@ Thu, 26 Dec 2019 18:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/ - 链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of + @@ -25,7 +25,7 @@ Thu, 26 Dec 2019 17:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/array/ - Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^= + diff --git "a/categories/\345\255\246\344\271\240\347\254\224\350\256\260/index.xml" "b/categories/\345\255\246\344\271\240\347\254\224\350\256\260/index.xml" index 4af5387..b5be7f4 100644 --- "a/categories/\345\255\246\344\271\240\347\254\224\350\256\260/index.xml" +++ "b/categories/\345\255\246\344\271\240\347\254\224\350\256\260/index.xml" @@ -16,7 +16,7 @@ Thu, 26 Dec 2019 18:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/ - 链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of + @@ -25,7 +25,7 @@ Thu, 26 Dec 2019 17:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/array/ - Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^= + diff --git "a/categories/\346\266\210\346\201\257\351\230\237\345\210\227/index.xml" "b/categories/\346\266\210\346\201\257\351\230\237\345\210\227/index.xml" index a303059..b845c94 100644 --- "a/categories/\346\266\210\346\201\257\351\230\237\345\210\227/index.xml" +++ "b/categories/\346\266\210\346\201\257\351\230\237\345\210\227/index.xml" @@ -16,7 +16,7 @@ Thu, 26 Dec 2019 18:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/ - 链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of + @@ -25,7 +25,7 @@ Thu, 26 Dec 2019 17:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/array/ - Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^= + diff --git a/collections/index.xml b/collections/index.xml index 4841af7..78f3ebc 100644 --- a/collections/index.xml +++ b/collections/index.xml @@ -16,7 +16,7 @@ Thu, 26 Dec 2019 18:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/ - 链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of + @@ -25,7 +25,7 @@ Thu, 26 Dec 2019 17:22:05 +0800 https://xiaohei.im/hugo-theme-pure/2019/12/array/ - Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^= + diff --git a/index.html b/index.html index baccb17..4d81a2c 100644 --- a/index.html +++ b/index.html @@ -308,7 +308,6 @@
-
链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 => Remove Nth Node From End of

-
Easy => 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^=