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 340bebd

Browse files
Update README.md
1 parent a54f348 commit 340bebd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎README.md‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@
2424
- 🐱‍👤[Python的算法题公式化套路总结](https://github.com/cy69855522/Python-Algorithm-Formula/blob/main/README.md)
2525
- 👻[ Leetcode最简C++题解 ](https://github.com/cy69855522/Simplest-LeetCode-Cpp-Solutions)
2626
- 🎃[ C++清晰题解汇总 ](https://github.com/cy69855522/Clearest-LeetCode-Cpp-Solutions)
27-
- [🚀 AI Power](https://www.aipower.xyz) 云GPU租借/出租平台:Python是AI的核心,GPU是AI的动力,想要朝AI工程师发展的朋友不妨了解一下~ 现在注册并绑定(参考Github)即可获得高额算力,注册不涉及个人隐私信息,奖励可随时提现。详情请参考[AI Power指南](https://github.com/cy69855522/AI-Power)
27+
- [🚀 AI Power](https://www.aipower.xyz) 云GPU租借/出租平台:Python是AI的核心,GPU是AI的动力,想要朝AI工程师发展的朋友不妨了解一下~ 现在注册并绑定(参考Github)即可获得高额算力。详情请参考[AI Power指南](https://github.com/cy69855522/AI-Power)
2828
- 🌟 推荐刷题路线:[**专题探索**](#专题探索)[腾讯精选50题](https://leetcode-cn.com/problemset/all/?listId=ex0k24j)[题库解析](#题库解析)
2929
- [常用技巧总结](常用技巧总结)
3030
- [隐藏的坑](隐藏的坑)
3131

3232
# 题库解析
3333
此专栏追求代码的**精简****技巧性**,默认已看过题目,🤡 没看过的话点标题可以跳转链接,咱们一起体验炫酷的 Python
34+
35+
<details>
36+
<summary>点击展开折叠</summary>
37+
3438
## [1. Two Sum 4行](https://leetcode.com/problems/two-sum/)
3539
```python
3640
class Solution:
@@ -2573,6 +2577,9 @@ class Solution:
25732577
return r
25742578
```
25752579
- O(N), 位运算
2580+
2581+
</details>
2582+
25762583
# 专题探索
25772584
![](思维导图.jpg)
25782585

0 commit comments

Comments
(0)

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