Algorithms:
https://leetcode-cn.com/problems/longest-continuous-increasing-subsequence/
最长连续子序列。
Review:
“Learn to code (or do anything): top down, bottom up and other approaches” by Austin Tindle https://link.medium.com/MVvduEYGSY
Tips:
android log 分类。
kernel、radio、event、main这四种log。目前主要用了kernel 和event /main log.
Share:
分享下review的文章小结
1.总结自顶向下/自底向上的学习方法,作者认为需要在学习的过程中,从简单概念入手然后实现具体实例来充实你的理解和记忆。自己也觉得是的,理论联系实践啊。