mirror of
https://github.com/labuladong/fucking-algorithm.git
synced 2025-07-04 19:28:07 +08:00
Update twoSum问题的核心思想.md
This commit is contained in:
@ -191,7 +191,7 @@ int[] twoSum(int[] nums, int target) {
|
||||
|
||||
;; 只用一个哈希表
|
||||
|
||||
```Python3
|
||||
```Python
|
||||
class Solution:
|
||||
def twoSum(self, nums, target):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user