摘要: 算法的道 Chunk it up Deliberate practicing Feedback(leetcode) 庖丁解牛(Chunk it up): 刻意练习(Deliberate practicing) 练习缺陷,弱点 获得反馈 即时反馈 主动型反馈 -⾼⼿代码 (GitHub, LeetCo 阅读全文
posted @ 2019-12-23 13:49 辛湛 阅读(159) 评论(0) 推荐(0)
摘要: Array Advantage: very fast access of each item.O(1) Disadvantage: 1. slide a lot of items over one place to make room. O(n) 2. Fixed length, have to a 阅读全文
posted @ 2019-12-23 13:44 辛湛 阅读(94) 评论(0) 推荐(0)