未验证 提交 b606f9f3 编写于 作者: J Jody Zhou 提交者: GitHub

Update twoSum问题的核心思想.md

上级 c8539a63
...@@ -191,7 +191,7 @@ int[] twoSum(int[] nums, int target) { ...@@ -191,7 +191,7 @@ int[] twoSum(int[] nums, int target) {
;; 只用一个哈希表 ;; 只用一个哈希表
```Python3 ```Python
class Solution: class Solution:
def twoSum(self, nums, target): def twoSum(self, nums, target):
""" """
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册