Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
youngyangyang04 committed Jun 27, 2022
1 parent fdd646e commit 812aeed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion problems/0001.两数之和.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## 1. 两数之和

[力扣题目链接](https://leetcode-cn.com/problems/two-sum/)
[力扣题目链接](https://leetcode.cn/problems/two-sum/)

给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。

Expand Down
2 changes: 1 addition & 1 deletion problems/0059.螺旋矩阵II.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 59.螺旋矩阵II

[力扣题目链接](https://leetcode-cn.com/problems/spiral-matrix-ii/)
[力扣题目链接](https://leetcode.cn/problems/spiral-matrix-ii/)

给定一个正整数 n,生成一个包含 1 到 n^2 所有元素,且元素按顺时针顺序螺旋排列的正方形矩阵。

Expand Down
2 changes: 2 additions & 0 deletions problems/0203.移除链表元素.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

# 思路

为了方便大家理解,我特意录制了视频:[手把手带你学会操作链表,移除链表元素](https://www.bilibili.com/video/BV18B4y1s7R9),结合视频在看本题解,事半功倍。

这里以链表 1 4 2 4 来举例,移除元素4。

![203_链表删除元素1](https://img-blog.csdnimg.cn/20210316095351161.png)
Expand Down

0 comments on commit 812aeed

Please sign in to comment.