现在正在自己啃的书,算法

来源:互联网 发布:理智与情感赏析知乎 编辑:程序博客网 时间:2024/05/19 20:44

http://www.amazon.cn/%E5%85%B7%E4%BD%93%E6%95%B0%E5%AD%A6-%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%A7%91%E5%AD%A6%E5%9F%BA%E7%A1%80-%E6%A0%BC%E9%9B%B7%E5%8E%84%E5%A7%86/dp/B0011AC8FS/ref=lh_ni_t


http://www.amazon.cn/%E7%AE%97%E6%B3%95-%E5%A1%9E%E5%85%8B%E5%A8%81%E5%85%8B/dp/B007HAOVUG/ref=pd_rhf_sc_p_img_2


遇到问题时,如何创造出一个高效的算法来解决之

Steps to developing a usable algorithm.
• Model the problem.
• Find an algorithm to solve it.
• Fast enough? Fits in memory?
• If not, figure out why.
• Find a way to address the problem.
• Iterate until satisfied.

原创粉丝点击