Skip to content

Commit 0227946

Browse files
committed
update
1 parent a440420 commit 0227946

1 file changed

Lines changed: 52 additions & 36 deletions

File tree

DailyNote.md

Lines changed: 52 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,53 @@
11
## 每日记录
2-
| 日期 | 题目 |
3-
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
4-
| 2019-01-11 | [反转链表](https://leetcode.com/problems/reverse-linked-list/) |
5-
| 2019-01-11 | [寻找旋转排序数组中的最小值](https://www.lintcode.com/problem/find-minimum-in-rotated-sorted-array/description?_from=ladder&&fromId=6) |
6-
| 2019-01-11 | [重建二叉树](https://www.lintcode.com/problem/construct-binary-tree-from-preorder-and-inorder-traversal/description) |
7-
| 2019-01-12 | [搜索二维矩阵 II](https://www.lintcode.com/problem/search-a-2d-matrix-ii/description?_from=ladder&&fromId=6) |
8-
| 2019-01-13 | [奇偶分割数组](https://www.lintcode.com/problem/partition-array-by-odd-and-even/description?_from=ladder&&fromId=6) |
9-
| 2019-01-13 | [删除链表的倒数第N个节点](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) |
10-
| 2019-01-13 | [翻转链表](https://www.lintcode.com/problem/reverse-linked-list/description?_from=ladder&&fromId=6) |
11-
| 2019-01-13 | [子树](https://www.lintcode.com/problem/subtree/description?_from=ladder&&fromId=6) |
12-
| 2019-01-13 | [Pow(x,n)](https://leetcode-cn.com/problems/powx-n/) |
13-
| 2019-01-14 | [二叉树的路径和](https://www.lintcode.com/problem/binary-tree-path-sum/description?_from=ladder&&fromId=6) |
14-
| 2019-01-14 | [克隆二叉树](https://www.lintcode.com/problem/clone-binary-tree/description?_from=ladder&&fromId=6) |
15-
| 2019-01-14 | [字符串置换](https://www.lintcode.com/problem/string-permutation/description?_from=ladder&&fromId=6) |
16-
| 2019-01-14 | [二叉树的后序遍历](https://www.lintcode.com/problem/binary-tree-postorder-traversal/description?_from=ladder&&fromId=6) |
17-
| 2019-01-14 | [二叉树的层序遍历](https://leetcode.com/problems/binary-tree-level-order-traversal/) |
18-
| 2019-01-14 | [复制带随机指针的链表](https://www.lintcode.com/problem/copy-list-with-random-pointer/my-submissions?_from=ladder&&fromId=6) |
19-
| 2019-01-15 | [带最小值操作的栈](https://www.lintcode.com/problem/min-stack/description?_from=ladder&&fromId=6) |
20-
| 2019-01-15 | [螺旋矩阵](https://leetcode.com/problems/spiral-matrix/) |
21-
| 2019-01-15 | [字符串中的第一个唯一字符](https://www.lintcode.com/problem/first-unique-character-in-a-string/description?_from=ladder&&fromId=6) |
22-
| 2019-01-15 | [快速排序](https://www.lintcode.com/problem/sort-integers-ii/description) |
23-
| 2019-01-15 | [数组中第K大排序](https://leetcode.com/problems/kth-largest-element-in-an-array/) |
24-
| 2019-01-16 | [数组中超过一半的元素](https://www.lintcode.com/problem/majority-element/description?_from=ladder&&fromId=6) |
25-
| 2019-01-16 | [最大子列和](https://www.lintcode.com/problem/maximum-subarray/description?_from=ladder&&fromId=6) |
26-
| 2019-01-16 | [逆序对](https://www.lintcode.com/problem/reverse-pairs/description?_from=ladder&&fromId=6) |
27-
| 2019-01-16 | [螺旋矩阵 II](https://leetcode.com/problems/spiral-matrix-ii/) |
28-
| 2019-01-16 | [两个链表的交叉](https://www.lintcode.com/problem/intersection-of-two-linked-lists/leaderboard?_from=ladder&&fromId=6) |
29-
| 2019-01-16 | [将数组重新排序以构造最小值](https://www.lintcode.com/problem/reorder-array-to-construct-the-minimum-number/description) |
30-
| 2019-01-16 | [统计数字](https://www.lintcode.com/problem/digit-counts/description?_from=ladder&&fromId=6) |
31-
| 2019-01-16 | [丑数](https://leetcode.com/problems/ugly-number/) |
32-
| 2019-01-16 | [丑数 II](https://leetcode.com/problems/ugly-number-ii/) |
33-
| 2019-01-17 | [旋转字符串](https://www.lintcode.com/problem/rotate-string/description?_from=ladder&&fromId=6) |
34-
| 2019-01-17 | [两数之和](https://www.lintcode.com/problem/two-sum/description?_from=ladder&&fromId=6) |
35-
| 2019-01-17 | [落单的数](https://www.lintcode.com/problem/single-number/description?_from=ladder&&fromId=6) |
36-
| 2019-01-20 | [不用加减乘除做加法](https://www.lintcode.com/problem/a-b-problem/description?_from=ladder&&fromId=6) |
37-
| 2019-01-22 | [二叉树路径和](https://leetcode.com/problems/path-sum/) |
2+
| 日期 | 题目 |
3+
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
4+
| 2019-01-11 | [反转链表](https://leetcode.com/problems/reverse-linked-list/) |
5+
| 2019-01-11 | [寻找旋转排序数组中的最小值](https://www.lintcode.com/problem/find-minimum-in-rotated-sorted-array/description?_from=ladder&&fromId=6) |
6+
| 2019-01-11 | [重建二叉树](https://www.lintcode.com/problem/construct-binary-tree-from-preorder-and-inorder-traversal/description) |
7+
| 2019-01-12 | [搜索二维矩阵 II](https://www.lintcode.com/problem/search-a-2d-matrix-ii/description?_from=ladder&&fromId=6) |
8+
| 2019-01-13 | [奇偶分割数组](https://www.lintcode.com/problem/partition-array-by-odd-and-even/description?_from=ladder&&fromId=6) |
9+
| 2019-01-13 | [删除链表的倒数第N个节点](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) |
10+
| 2019-01-13 | [翻转链表](https://www.lintcode.com/problem/reverse-linked-list/description?_from=ladder&&fromId=6) |
11+
| 2019-01-13 | [子树](https://www.lintcode.com/problem/subtree/description?_from=ladder&&fromId=6) |
12+
| 2019-01-13 | [Pow(x,n)](https://leetcode-cn.com/problems/powx-n/) |
13+
| 2019-01-14 | [二叉树的路径和](https://www.lintcode.com/problem/binary-tree-path-sum/description?_from=ladder&&fromId=6) |
14+
| 2019-01-14 | [克隆二叉树](https://www.lintcode.com/problem/clone-binary-tree/description?_from=ladder&&fromId=6) |
15+
| 2019-01-14 | [字符串置换](https://www.lintcode.com/problem/string-permutation/description?_from=ladder&&fromId=6) |
16+
| 2019-01-14 | [二叉树的后序遍历](https://www.lintcode.com/problem/binary-tree-postorder-traversal/description?_from=ladder&&fromId=6) |
17+
| 2019-01-14 | [二叉树的层序遍历](https://leetcode.com/problems/binary-tree-level-order-traversal/) |
18+
| 2019-01-14 | [复制带随机指针的链表](https://www.lintcode.com/problem/copy-list-with-random-pointer/my-submissions?_from=ladder&&fromId=6) |
19+
| 2019-01-15 | [带最小值操作的栈](https://www.lintcode.com/problem/min-stack/description?_from=ladder&&fromId=6) |
20+
| 2019-01-15 | [螺旋矩阵](https://leetcode.com/problems/spiral-matrix/) |
21+
| 2019-01-15 | [字符串中的第一个唯一字符](https://www.lintcode.com/problem/first-unique-character-in-a-string/description?_from=ladder&&fromId=6) |
22+
| 2019-01-15 | [快速排序](https://www.lintcode.com/problem/sort-integers-ii/description) |
23+
| 2019-01-15 | [数组中第K大排序](https://leetcode.com/problems/kth-largest-element-in-an-array/) |
24+
| 2019-01-16 | [数组中超过一半的元素](https://www.lintcode.com/problem/majority-element/description?_from=ladder&&fromId=6) |
25+
| 2019-01-16 | [最大子列和](https://www.lintcode.com/problem/maximum-subarray/description?_from=ladder&&fromId=6) |
26+
| 2019-01-16 | [逆序对](https://www.lintcode.com/problem/reverse-pairs/description?_from=ladder&&fromId=6) |
27+
| 2019-01-16 | [螺旋矩阵 II](https://leetcode.com/problems/spiral-matrix-ii/) |
28+
| 2019-01-16 | [两个链表的交叉](https://www.lintcode.com/problem/intersection-of-two-linked-lists/leaderboard?_from=ladder&&fromId=6) |
29+
| 2019-01-16 | [将数组重新排序以构造最小值](https://www.lintcode.com/problem/reorder-array-to-construct-the-minimum-number/description) |
30+
| 2019-01-16 | [统计数字](https://www.lintcode.com/problem/digit-counts/description?_from=ladder&&fromId=6) |
31+
| 2019-01-16 | [丑数](https://leetcode.com/problems/ugly-number/) |
32+
| 2019-01-16 | [丑数 II](https://leetcode.com/problems/ugly-number-ii/) |
33+
| 2019-01-17 | [旋转字符串](https://www.lintcode.com/problem/rotate-string/description?_from=ladder&&fromId=6) |
34+
| 2019-01-17 | [两数之和](https://www.lintcode.com/problem/two-sum/description?_from=ladder&&fromId=6) |
35+
| 2019-01-17 | [落单的数](https://www.lintcode.com/problem/single-number/description?_from=ladder&&fromId=6) |
36+
| 2019-01-20 | [不用加减乘除做加法](https://www.lintcode.com/problem/a-b-problem/description?_from=ladder&&fromId=6) |
37+
| 2019-01-22 | [二叉树路径和](https://leetcode.com/problems/path-sum/) |
38+
| 2019-01-24 | [搜索区间](https://www.lintcode.com/problem/search-for-a-range/description?_from=ladder&&fromId=6) |
39+
| ***过年后*** | ***过年后*** |
40+
| 2019-02-18 | [反转链表](https://leetcode.com/problems/reverse-linked-list/) |
41+
| 2019-02-18 | [反转链表II](https://leetcode.com/problems/reverse-linked-list-ii/) |
42+
| 2019-02-18 | [寻找旋转排序数组中的最小值](https://www.lintcode.com/problem/find-minimum-in-rotated-sorted-array/description?_from=ladder&&fromId=6) |
43+
| 2019-02-18 | [重建二叉树](https://www.lintcode.com/problem/construct-binary-tree-from-preorder-and-inorder-traversal/description) |
44+
| 2019-02-19 | [搜索二维矩阵 II](https://www.lintcode.com/problem/search-a-2d-matrix-ii/description?_from=ladder&&fromId=6) |
45+
| 2019-02-19 | [删除链表的倒数第N个节点](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) |
46+
| 2019-02-19 | [子树](https://www.lintcode.com/problem/subtree/description?_from=ladder&&fromId=6) |
47+
| 2019-02-19 | [Pow(x,n)](https://leetcode-cn.com/problems/powx-n/) |
48+
| 2019-02-19 | 二叉树的中序遍历 |
49+
| 2019-02-19 | 二叉树的前序遍历 |
50+
| 2019-02-20 | [复制带随机指针的链表](https://www.lintcode.com/problem/copy-list-with-random-pointer/my-submissions?_from=ladder&&fromId=6) |
51+
| 2019-02-20 | [带最小值操作的栈](https://www.lintcode.com/problem/min-stack/description?_from=ladder&&fromId=6) |
52+
| 2019-02-20 | [螺旋矩阵](https://leetcode.com/problems/spiral-matrix/) |
53+
| 2019-02-25 | [快速排序](https://www.lintcode.com/problem/sort-integers-ii/description) |

0 commit comments

Comments
 (0)