[Leetcode by python] 1. Two Sum

題目 https://leetcode.com/problems/two-sum/ 解題思路 第一次寫技術博客,有點小興奮! 代碼 class Solution(object): def twoSum(self, nums, target): """ :type nums: List[int] :type target: int :rtype: List[int] """
相關文章
相關標籤/搜索