摘要: Algorithm leetcode 1: "Two Sum" java class Solution { public List fourSum(int[] nums, int target) { return kSum(nums, target, 4); } public List kSum(i 阅读全文
posted @ 2019-09-01 23:32 Thomas_hzp 阅读(128) 评论(0) 推荐(0)
摘要: Algorithm leetcode 112: "Path Sum" leetcode 113: "Path Sum II" leetcode 437 "Path Sum III" Review 这是 Quora 上的一个帖子 "What are some of the most basic thi 阅读全文
posted @ 2019-08-25 22:35 Thomas_hzp 阅读(150) 评论(0) 推荐(0)
摘要: Typora: simple, yet powerful Introduction A TRULY MINIMAL MARKDOWN EDITOR. AND A NEW WAY TO READ & WRITE MARKDOWN. Distractions Free Seamless Live Pre 阅读全文
posted @ 2019-08-06 14:31 Thomas_hzp 阅读(211) 评论(0) 推荐(0)