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

29 阅读1分钟

《算法导论(第4版)》学习第 16 天,p76-p81 总结,总计 7 页。

一、技术总结

1. dense matrix(密集矩阵) & sparse matrix(稀疏矩阵)、

(1)定义

Generally, we’ll assume that the matrices are dense, meaning that most of the n² entries are not 0, as opposed to sparse, where most of the n² entries are 0 and the nonzero entries can be stored more compactly than in an n × n array.

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

无。

关于英语的注解同步更新汇总到 github.com/codists/Eng… 仓库。

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

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

2. 英语

(1) Etymology Dictionary:www.etymonline.com

(2) Cambridge Dictionary:dictionary.cambridge.org

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