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 3967ce2

Browse files
Update README.md
1 parent 7dcfb4d commit 3967ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
- 🎃[ C++清晰题解汇总 ](https://github.com/cy69855522/Clearest-LeetCode-Cpp-Solutions)
2626
- [🚀 AI Power](https://www.aipower.xyz) 云GPU租借/出租平台:Python是AI的核心,GPU是AI的动力,想要朝AI工程师发展的朋友不妨了解一下~ 现在注册并绑定(参考Github)即可获得高额算力,注册不涉及个人隐私信息,奖励可随时提现。详情请参考[AI Power指南](https://github.com/cy69855522/AI-Power)
2727
- 🌟 推荐刷题路线:[**专题探索**](#专题探索)[腾讯精选50题](https://leetcode-cn.com/problemset/all/?listId=ex0k24j)[题库解析](#题库解析)
28-
29-
# 常用技巧
30-
## 指代对换
28+
- [常用技巧总结](常用技巧总结)
29+
- [隐藏的坑](隐藏的坑)
3130

3231
# 题库解析
3332
此专栏追求代码的**精简****技巧性**,默认已看过题目,🤡 没看过的话点标题可以跳转链接,咱们一起体验炫酷的 Python
@@ -5769,6 +5768,7 @@ class Solution:
57695768
- 1 + 1
57705769
- 赋值 a
57715770
- 赋值 b
5771+
- 对比两个有序列表时,我们可以通过`a,b = b,a`的方式指定`a`为第一个数字比较小的那个列表。这样可以避免使用`if`语句而重复相似的代码
57725772

57735773
# 隐藏的坑
57745774
- 遍历 set 时,输出是无序的,输出顺序可能随着计算机环境而改变

0 commit comments

Comments
(0)

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