Skip to content

Commit e6c295f

Browse files
authored
fix: 使用新浪图床
1 parent 7d9dce8 commit e6c295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/169.majority-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Output: 2
2828

2929
投票算法的原理是通过不断消除不同元素直到没有不同元素,剩下的元素就是我们要找的元素。
3030

31-
![169.majority-element](../assets/problems/169.majority-element.png)
31+
![](https://tva1.sinaimg.cn/large/0082zybply1gbv38hcpf2j30mz0cjjt4.jpg)
3232

3333
## 关键点解析
3434

0 commit comments

Comments
 (0)