|
24 | 24 | - 🐱👤[Python的算法题公式化套路总结](https://github.com/cy69855522/Python-Algorithm-Formula/blob/main/README.md)
|
25 | 25 | - 👻[ Leetcode最简C++题解 ](https://github.com/cy69855522/Simplest-LeetCode-Cpp-Solutions)
|
26 | 26 | - 🎃[ 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) |
28 | 28 | - 🌟 推荐刷题路线:[**专题探索**](#专题探索) → [腾讯精选50题](https://leetcode-cn.com/problemset/all/?listId=ex0k24j) → [题库解析](#题库解析)
|
29 | 29 | - [常用技巧总结](常用技巧总结)
|
30 | 30 | - [隐藏的坑](隐藏的坑)
|
31 | 31 |
|
32 | 32 | # 题库解析
|
33 | 33 | 此专栏追求代码的**精简**和**技巧性**,默认已看过题目,🤡 没看过的话点标题可以跳转链接,咱们一起体验炫酷的 Python
|
| 34 | + |
| 35 | +<details> |
| 36 | + <summary>点击展开折叠</summary> |
| 37 | + |
34 | 38 | ## [1. Two Sum 4行](https://leetcode.com/problems/two-sum/)
|
35 | 39 | ```python
|
36 | 40 | class Solution:
|
@@ -2573,6 +2577,9 @@ class Solution:
|
2573 | 2577 | return r
|
2574 | 2578 | ```
|
2575 | 2579 | - O(N), 位运算
|
| 2580 | + |
| 2581 | +</details> |
| 2582 | + |
2576 | 2583 | # 专题探索
|
2577 | 2584 | 
|
2578 | 2585 |
|
|
0 commit comments