mirror of
https://github.com/labuladong/fucking-algorithm.git
synced 2025-07-05 12:04:37 +08:00
Update twoSum问题的核心思想.md
This commit is contained in:
@ -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):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user