Skip to content

Commit

Permalink
2022.3.10 温州疫情新增两例 温州加油 今天写了篇原创哈哈
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzzzzzyt committed Mar 10, 2022
1 parent 1f6c724 commit 9d95554
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions leetcode/刷题册.md
Original file line number Diff line number Diff line change
Expand Up @@ -3146,15 +3146,15 @@ union 函数:合并两个顶点,并将他们的根结点保持一致。如

#### [78. 子集](https://leetcode-cn.com/problems/subsets/)没问题

#### [79. 单词搜索](https://leetcode-cn.com/problems/word-search/)

#### [84. 柱状图中最大的矩形](https://leetcode-cn.com/problems/largest-rectangle-in-histogram/)


#### [79. 单词搜索](https://leetcode-cn.com/problems/word-search/)没问题 无敌回溯

#### [84. 柱状图中最大的矩形](https://leetcode-cn.com/problems/largest-rectangle-in-histogram/)X 还是有问题 首先暴力法是对的 想法 但是时间复杂度太高 看题解 ==下次写一遍==

#### [88. 合并两个有序数组](https://leetcode-cn.com/problems/merge-sorted-array/)没问题

#### [91. 解码方法](https://leetcode-cn.com/problems/decode-ways/) 明早做一下 就是超出时间限制了 没什么问题 用动态规划

#### [94. 二叉树的中序遍历](https://leetcode-cn.com/problems/binary-tree-inorder-traversal/)不浪费时间了 就



Expand Down

0 comments on commit 9d95554

Please sign in to comment.