Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b3e87cc

Browse files
✨update: Modify 229
1 parent 046da63 commit b3e87cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎LeetCode/221-230/229. 求众数 II(中等).md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
这是 LeetCode 上的 **[229. 求众数 II](https://leetcode-cn.com/problems/majority-element-ii/solution/gong-shui-san-xie-noxiang-xin-ke-xue-xi-ws0rj/)** ,难度为 **中等**
44

5+
Tag : 「摩尔投票」、「哈希表」
56

67

7-
Tag : 「摩尔投票」、「哈希表」
88

99
给定一个大小为 `n` 的整数数组,找出其中所有出现超过 `⌊ n/3 ⌋` 次的元素。
1010

@@ -32,7 +32,7 @@ Tag : 「摩尔投票」、「哈希表」
3232
* $-10^9 <= nums[i] <= 10^9$
3333

3434

35-
进阶:尝试设计时间复杂度为 O(n)、空间复杂度为 O(1)的算法解决此问题。
35+
进阶:尝试设计时间复杂度为 $O(n)$、空间复杂度为 $O(1)$ 的算法解决此问题。
3636

3737
---
3838

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /