摘要:
乔布斯在斯坦福大学毕业典礼上的演讲 The Product-Minded Software Engineer 2022.4.22 curiosity, keen interest, as keen as mustard(wasabi), why (not) do, ship the mileston 阅读全文
posted @ 2022-04-19 12:10
小羊Ziyan
阅读(58)
评论(0)
推荐(0)
贪心选择性:每一步贪心选出来的一定是原问题的最优解的一部分 最优子结构:每一步贪心选完后会留下子问题,子问题的最优解和贪心选出来的解可以凑成原问题的最优解 好文推荐: https://www.cnblogs.com/whsu/p/13906447.html https://blog.csdn.net 阅读全文