Skip to content

【069-week1】关于算法训练的思考 #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GradyWong opened this issue Apr 20, 2019 · 0 comments
Open

【069-week1】关于算法训练的思考 #101

GradyWong opened this issue Apr 20, 2019 · 0 comments

Comments

@GradyWong
Copy link
Contributor

最近,阅读了两位老师的专栏部分文章,参加了线下大课,谈一点小小的感悟:算法学习是一种刻意训练,要花时间去突破,更要去掌握学习的方法,本周我只是做了两道简单的数组题,后面我会平衡好工作和刻意练习算法的时间,去做更多的训练,期望自己能像陈皓老师一样,把算法训练作为一种习惯去保持下去,不断的提升逻辑思维能力,在实际工作中解决更复杂的问题。

这两道数组题比较简单,但是结合老师的授课内容,还是有几点感触:
1.首先要选对数据结构,当然这里就是数组
2.其次,根据选定的数据结构去构思,这两道题就是用了快慢指针、头尾指针的思路去解
3.最后就是编程,先实现,再去不断的优化,吸取优秀的建议去重构

我之前并不知道leetcode,很庆幸参加培训,我会坚持刻意训练,不断提升自己的算法能力。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant