Skip to content

Commit 2ae4a8a

Browse files
committed
fix: update img addr
1 parent e96eced commit 2ae4a8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

solution/1-99/0001.two-sum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
### 解题思路
2020

21-
![](https://pic.leetcode-cn.com/d54dcd98bf9b8f5f5575893a9c253dda04cb177436322a9b41ce89290deb651d-Messages%20Image(3072076888).png)
21+
![](http://lc-photo.xwlin.com/1.png)
2222

2323
### 代码实现
2424

solution/1-99/0007.reverse-integer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
假设我们的环境只能存储得下 `32` 位的有符号整数,则其数值范围为 `[−231, 231 − 1]`。请根据这个假设,如果反转后整数溢出那么就返回 `0`
3232

3333
### 解题思路
34-
![](https://pic.leetcode-cn.com/a161e3f0d41ad2866cb2bffe12084963b4e4c2e20086b71e377618d6b944fe4c-image.png)
34+
![](http://lc-photo.xwlin.com/7.png)
3535

3636
### 代码实现
3737

solution/1-99/0009.palindrome-number/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
```
3030

3131
### 解题思路
32-
![](https://pic.leetcode-cn.com/c61f710e3bca59da3e00034e9553cbd6036adc4cba9e667e98f788d54a9ca1be-file_1558924390364)
32+
![](http://lc-photo.xwlin.com/9.gif)
3333

3434
### 代码实现
3535

0 commit comments

Comments
 (0)