06 2019 档案
ARTS打卡计划第八周
摘要:Algorithms: https://leetcode-cn.com/problems/repeated-substring-pattern/ 重复子字符串 Review: “I’m Leaving Google — and Here’s the Real Deal Behind Google C
阅读全文
ARTS打卡计划第七周
摘要:Algorithms: https://leetcode-cn.com/problems/longest-common-prefix/ Review: https://link.medium.com/NUjceV9oJX The Art of Computer Programming’ by Don
阅读全文
ARTS打卡计划第六周
摘要:Algorithms: https://leetcode-cn.com/problems/longest-palindromic-substring/ 中心扩展法首先考虑,当然看到有个动态规划,一直很难理解。动态规划要好好研究一番。 Review: https://link.medium.com/r
阅读全文
ARTS打卡计划第五周
摘要:Algorithms: https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/ 采用了map的存储,然后移动窗口方式解决此问题,当然看到有个动态规划,一直很难理解。 Review: https:
阅读全文
RTS打卡计划第四周
摘要:Algorithms: https://leetcode-cn.com/problems/subarray-sum-equals-k/comments/ 此问题开始考虑空间换时间,结果完全不用空间,不必分配控件,平方复杂度就可以解决,当然还有更优的线性。 Review: https://martin
阅读全文