摘要:
key: build and search Hash table. following up questions: Overflow value for target? 用Hash table记录之间的状态,思想类似DP def twoSum(nums, target): d = {} n = len(nums) res = [] for i in range... 阅读全文
posted @ 2016-12-13 03:38
lettuan
阅读(99)
评论(0)
推荐(0)
摘要:
Q: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sing 阅读全文
posted @ 2016-12-13 03:35
lettuan
阅读(196)
评论(0)
推荐(0)
摘要:
Example: Example: 阅读全文
posted @ 2016-12-13 03:33
lettuan
阅读(121)
评论(0)
推荐(0)

浙公网安备 33010602011771号