《算法导论(第4版)》阅读笔记:p115-p126

《算法导论(第4版)》学习第 23 天,p101-p114 总结,总计 14 页。

一、技术总结

无。

二、英语总结(生词:1)

1. vagary

(1)vagary: vagus("roving, wandering(闲逛)")

c. originally, vagary means physical wandering, over time, it evolves to describe unpredictable changes(变幻莫测)。

(2)示例

Since our end goal is to understand algorithms and not the vagaries of mathematical corner cases, we'd like to be casual yet rigorous(《算法导论(第4版)》第 116 页)。

关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

第 4 章(Divide-and-Conquer)简评:介绍 recurrence(递归式),很难理解,在本人的实际开发过程中还为看到其应用,先快速过一遍。

四、参考资料

1. 编程

(1) Thomas H. Cormen,Charles E. Leiserson,Ronald L. Rivest,Clifford Stein,https://book.douban.com/subject/35591269/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)

相关推荐
凌肖战2 小时前
力扣网C语言编程题:三数之和
c语言·算法·leetcode
心软且酷丶4 小时前
leetcode:263. 丑数(python3解法,数学相关算法题)
python·算法·leetcode
Cyrus_柯4 小时前
C++(面向对象编程——关键字)
开发语言·c++·算法·面向对象
2013编程爱好者4 小时前
C++二分查找
开发语言·c++·算法·二分查找
এ᭄画画的北北6 小时前
力扣-139.单词拆分
算法·leetcode
完美的奶酪6 小时前
Leetcode-2537. 统计好子数组的数目
算法·leetcode
伊欧温6 小时前
最大公约数
c语言·算法
天机️灵韵7 小时前
谷歌时间序列算法:零样本预测如何重塑行业决策?
人工智能·python·算法·开源项目
W说编程8 小时前
算法导论第十四章 B树与B+树:海量数据的守护者
c语言·数据结构·b树·算法·性能优化