We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
#我理解的练习的过程是纠正思维的过程
刚开始做二分法算法的时候,我看见题目是关于在二分查找的题。所以我就在想怎么使用二分查找,二分查找有什么特点,反正就是使劲往二分查找上面套,看了半天越来越发现,这他么哪里是二分查找,倒有点像递归。 反正连想带画了几十分钟没弄出来,还跑了点歪路,去想用数学怎么去解。 我发觉这种思维方式有问题
拿到一个算法,第一步思考的不应该是去套什么公式,而是向正常思维一样。先用几个很简单的例子来看看这个算法的过程。 然后我再一步一步解决。在演化的过程中,我觉得把数据一个一个带进去试很烦,而这个正是计算机擅长的事情。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#我理解的练习的过程是纠正思维的过程
拿到一个算法,第一步思考的不应该是去套什么公式,而是向正常思维一样。先用几个很简单的例子来看看这个算法的过程。
然后我再一步一步解决。在演化的过程中,我觉得把数据一个一个带进去试很烦,而这个正是计算机擅长的事情。
The text was updated successfully, but these errors were encountered: